Replies: 0 comments 1 reply
-
Which version of react-router are you using? Make sure you're on the latest version which currently is 6.16.0 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey guys,
I'm following an example for "lazy loading router provider". But when I navigate to the components that is using route lazy import which is the Register page, the page is blank and not showing anything, the chunk is downloaded but the component is not rendered.
It's working if I use React.lazy but not with the Route lazy import. Maybe I'm doing something wrong?
I've tried to follow this article as well Lazy Loading Routes in React Router 6.4+ but it's still not working.
Beta Was this translation helpful? Give feedback.
All reactions