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
When I use in my Remix app, I get an error saying it's not wrapped with data router. If I copy paste ElementScrollRestoration and modify import from react-router-dom to @remix-run/react, it works.
I'm using it with Remix currently and haven't run into that problem. Could be a new version issue. Definitely open to a pull request that supports both or even makes it a bit more generic if possible.
When I use in my Remix app, I get an error saying it's not wrapped with data router. If I copy paste
ElementScrollRestoration
and modify import fromreact-router-dom
to@remix-run/react
, it works.Can this library cover Remix usage as well?
Versions and setup
react-router-dom
: 6.21.0The text was updated successfully, but these errors were encountered: