Replies: 7 comments 2 replies
-
Unfortunately I dont think a lot of people saw how powerful the The If you have been following, i think @timdorr is on the right track here: #9601 (comment) You can technically fork it, and hotfix this at your own risk in the Remove this bit of code here: react-router/packages/react-router/lib/components.tsx Lines 318 to 322 in 1634af2 If you are in your
and then use it like:
|
Beta Was this translation helpful? Give feedback.
-
I have a mini game which has its own routing besides to the main website routing in my personal website. Now I am using v6 and it throws error. This is just annoying, combination of different routers creates the best solution sometimes. |
Beta Was this translation helpful? Give feedback.
-
same problem. |
Beta Was this translation helpful? Give feedback.
-
Absolutely infuriating that this has not been fixed for a year. Has anyone maybe tried a workaround? What about loading another router altogether? |
Beta Was this translation helpful? Give feedback.
-
I want the routes to be usable in the address bar but don't want to update the url |
Beta Was this translation helpful? Give feedback.
-
So sad, I just was going to obliterate the homemade MemoryRouter that a mf did and is complex as fuck to understand with a simple and widely used solution that already existed. So sad to see it's still like this today |
Beta Was this translation helpful? Give feedback.
-
FWIW, there is an open proposal for this - make sure you give that an upvote for consideration: #9601 |
Beta Was this translation helpful? Give feedback.
-
According to this article in
v5
we could use 2 routers, one BrowserRouter for top level component and 2nd MemoryRouter when team doesn’t want any /onboarding/* URL to be publicly visible in the browser URL. I have tried to implement it in v6 but i get error:Im so upset :(
Beta Was this translation helpful? Give feedback.
All reactions