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
Users needing to support IE should be polyfilling this.
FYI: for create-react-app users, a "import 'core-js/es7/array';" in your index.js should suffice as well.
Just leaving it here, unsure if this is something that should be fixed in the module or at least documented somewhere.
The text was updated successfully, but these errors were encountered:
My application stopped running in IE when trying to implement this middleware.
Appears it uses the includes() method, which is not supported in IE: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
Users needing to support IE should be polyfilling this.
FYI: for create-react-app users, a "import 'core-js/es7/array';" in your index.js should suffice as well.
Just leaving it here, unsure if this is something that should be fixed in the module or at least documented somewhere.
The text was updated successfully, but these errors were encountered: