You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nodes are not getting rendered in IE11, with error details (console) as - endsWith not supported.
I have fixed the issue in my local, please correct all the js files, and replace "endsWith" call with "match" call.
e.g - endsWith('?') to be replaced with - match('\?' + "$")
The text was updated successfully, but these errors were encountered:
The nodes are not getting rendered in IE11, with error details (console) as - endsWith not supported.
I have fixed the issue in my local, please correct all the js files, and replace "endsWith" call with "match" call.
e.g - endsWith('?') to be replaced with - match('\?' + "$")
The text was updated successfully, but these errors were encountered: