Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork974
Why using createWebHistory refreshing the page while navigating from Sidebar?#293
-
Hi, As the title said, I want to use Thank you in advance! |
BetaWas this translation helpful?Give feedback.
All reactions
I've got the same problem here. The workaround I did is to modify AppSidebarNav.js onClick event:onClick: (e) => { e.preventDefault() props.navigate() },
But still I think it's just a workaround solution, because the same problem happened to CDropdownItem, CBreadcrumbItem
Replies: 2 comments 1 reply
-
I've got the same problem here. The workaround I did is to modify AppSidebarNav.js onClick event: |
BetaWas this translation helpful?Give feedback.