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
Just noticed if i require react-a11y before my es5 shims and shams i get JS errors on IE8 and older Android browsers.
Unfortunately neither of these devices/technologies allow me to get a valid error message that i can pass on to you guys. My minimal investigation tells me IE8 and android(internet) is not handling some es5 or 6 goodies.
Requiring the library after the es5 shim works fine.
The text was updated successfully, but these errors were encountered:
Amazing project, love the work you are doing!
Just noticed if i require react-a11y before my es5 shims and shams i get JS errors on IE8 and older Android browsers.
Unfortunately neither of these devices/technologies allow me to get a valid error message that i can pass on to you guys. My minimal investigation tells me IE8 and android(internet) is not handling some es5 or 6 goodies.
Requiring the library after the es5 shim works fine.
The text was updated successfully, but these errors were encountered: