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
I'd like to wrap our app in React Strict mode but it looks like react-router isn't compatible with it right now. Once remix-run/react-router#6060 is fixed and a new version of the router is released, we can enable it.
The text was updated successfully, but these errors were encountered:
Hmm, so we upgraded to the latest react-router in #639 but it looks like there are still a few other packages that are violating strict mode: LoadableComponent, Transition, TransitionGroup, and SideEffect(NullComponent).
I'd like to wrap our app in React Strict mode but it looks like react-router isn't compatible with it right now. Once remix-run/react-router#6060 is fixed and a new version of the router is released, we can enable it.
The text was updated successfully, but these errors were encountered: