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
React is supported until IE9 so the solution I would recommend:
Add a super simple <noscript/> for JS disabled users.
Implement React error boundaries and have an "error" page (can look like the 404) for any user that encounter JS error (IE9 up to whatever version we support). We usually bind it to Sentry (once we'll have that setup) to send the error there for tracking as well.
The text was updated successfully, but these errors were encountered:
Related to #12 and @josepmc suggestion:
React is supported until IE9 so the solution I would recommend:
<noscript/>
for JS disabled users.The text was updated successfully, but these errors were encountered: