Is there a way to use data loaders with CompatRouter
?
#9461
Unanswered
jacksehr
asked this question in
v5 to v6 Migration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in the middle of attempting to migrate my app to v6.4.1 via the migration package, and I'm now in a position where one of my routes has switched over to
<Routes>
, with nested<Route>
objects under it. However, none of the loader functions seem to work as I can't make use ofcreateBrowserRouter
-- or at least I can figure out a way to. Is there any chance this could be supported?Beta Was this translation helpful? Give feedback.
All reactions