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 library uses Array.prototype.find at some point, which is not implemented in IE11 and thus requires the usage of a polyfill to load. I could not find documentation of such requirement.
Refactoring the method to avoid this method fixed the issue for us.
The library uses
Array.prototype.find
at some point, which is not implemented in IE11 and thus requires the usage of a polyfill to load. I could not find documentation of such requirement.Refactoring the method to avoid this method fixed the issue for us.
react-focus-lock/src/Trap.js
Line 116 in 188445c
The text was updated successfully, but these errors were encountered: