Does the compat package supports hash routeing #8755
Unanswered
kshanmugharaj
asked this question in
v5 to v6 Migration
Replies: 2 comments
-
So using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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.
-
We have the setup similar to this
now with the addition of
CompatRouter
the redirection is not happening. But when I modify<Router history={history}>
to<BrowserRouter />
its working. So hash based routing is not supported or am I doing some mistake?Beta Was this translation helpful? Give feedback.
All reactions