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
Hi,
Thanks for making this beautiful template, And hopefully you guys still keep this project alive.
My current issue is I am unable to catch all unregistered react-router path to handling 404 page.
The React.suspense always include the when rendering the 404 page which will show the navbar and sidebar.
I have tried to use the with path='*' and it successfully renders the 404 page without , but it will always go to the 404 page even when we access the registered Route path.
Thanks for your response
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for making this beautiful template, And hopefully you guys still keep this project alive.
My current issue is I am unable to catch all unregistered react-router path to handling 404 page.
The React.suspense always include the when rendering the 404 page which will show the navbar and sidebar.
I have tried to use the with path='*' and it successfully renders the 404 page without , but it will always go to the 404 page even when we access the registered Route path.
Thanks for your response
The text was updated successfully, but these errors were encountered: