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
https://react-ts-vzxs8c.stackblitz.io/ Gives me 404, but it is matching /App right then why it is giving a not found page? We should pass not found to the App instead?
If I want to configure it in this way what should I do?
The text was updated successfully, but these errors were encountered:
I was about to report another bug. But found another related to #961. When you change the URLs using the button, it is not showing working.
And the bug I was going to report was, It is rendering dom when we change the route. It renders again the app and another one too which leads to loose states like focus and all.
I have the following
routeConfig
.I have an example here https://stackblitz.com/edit/react-ts-vzxs8c
https://react-ts-vzxs8c.stackblitz.io/test
https://react-ts-vzxs8c.stackblitz.io/ Gives me 404, but it is matching
/
App
right then why it is giving a not found page? We should pass not found to theApp
instead?If I want to configure it in this way what should I do?
The text was updated successfully, but these errors were encountered: