Recent change to createSocketURL.js causing error in IE11 #15700
Unanswered
akolssontd
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the following error in IE11: Object doesn't support property or method 'endsWith'
It appears to be caused by a recent (3/18/2022) change in createSocketURL.js where
was changed to
I've tried to add a polyfill for "endsWith", but it doesn't appear to work. Perhaps I'm not adding it in the right place (index.js of my React application).
Does anyone know where I should be adding the polyfill or is there a way to prevent the code in question from being included in my dev build?
Beta Was this translation helpful? Give feedback.
All reactions