-
Notifications
You must be signed in to change notification settings - Fork 167
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
React Router blocks navigation to the current view #19635
Comments
React Router behaves in a different way than our Vaadin Router in that case. |
Created a BFP (VS-5299) for this (just in case Jira has problems) |
The issue was triaged and currently added to the backlog priority queue for further investigation |
Lets navigation cause server round-trip, when navigation is triggered by clicking a link. Fixes #19635
Lets navigation cause server round-trip, when navigation is triggered by clicking a link. Fixes #19635
Lets navigation cause server round-trip, when navigation is triggered by clicking a link. Fixes #19635 Co-authored-by: Teppo Kurki <[email protected]>
This ticket/PR has been released with Vaadin 24.4.9. |
Description of the bug
When I click on a link that targets the current page no server-side round-trip takes place and no navigation events are triggered.
Expected behavior
Like in previous versions: The Navigation Observer gets triggered so that I can "reload" the page for people clicking the same link in a menu.
Minimal reproducible example
Versions
The text was updated successfully, but these errors were encountered: