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
I realize this issue is old but I just encountered the same problem and figured I would write about the workaround I used.
To make it work, you need to escape the Cyrillic characters. For example, instead of <Route path="/п" component={Example} /> you'd write <Route path="/%D0%BF" component={Example} />.
Hello!
Routing with Cyrillic characters in the path does not work.
For example: example.ru/пример-страницы
Can you please tell me if this can be fixed?
The text was updated successfully, but these errors were encountered: