-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix router to accept nested routes #136
Comments
It is almost 100% done. I'm not sure why it isn't working for the sidebar links. I'll double check it later. |
I tried to reproduce this page reload issue by adding a simple HTML component in the Sidebar component:
And I saw that it didn't happen. I noticed that in I believe this bug will have to be opened in the React Flowbite library, I don't know if it is related to an open issue. |
@marianysilva So, I think that we have two things happening here:
And last but not least, great job figuring out what was happening, I was utterly lost on this one. |
Only when we are navigating between pages using the sidebar menu. |
flowbite-reac PR merged |
Description
The current route structure doesn't support nested routes, which causes some undesired full-page reloads while navigating between pages.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
It should only load the content part of the page.
Screenshots
Screencast.from.11-13-2022.09.26.11.AM.webm
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: