-
Notifications
You must be signed in to change notification settings - Fork 176
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
Two times invocation of the com.vaadin.flow.router.HasUrlParameter#setParameter method in Vaadin Flow 24.4.0.rc1 #19540
Comments
I was unable to reproduce with a simple view implementing |
It does not happen on initial load but only on navigation, and #19539 fixes it |
In which version will this fix be released? I tried 24.4.0.rc2 but it still doesn't work. |
@Artur- I tried with 24.4.1, the same problem |
Then it sounds like a different problem that needs a test case |
@artur Would it be sufficient to show you this problem on a real website online? |
@alexanoid this may give us some insights about use case, but I'd say it's not sufficient to reliably fix the issue, we need a reproducible example. |
@mshabarov It looks like the cause of the issue is described here: #19613 Thi is |
@alexanoid can you test with Flow 24.4.6 (It will be in Vaadin 24.4.9 when it comes out) that has the fix for 19613. |
Description of the bug
This issue occurred once before, then you fixed it, and now it has returned in Vaadin Flow 24.4.0.rc1. When accessing the page, the method
сom.vaadin.flow.router.HasUrlParameter#setParameter
is called twice.I also use
vaadin.eagerServerLoad=true
In version 24.4.0.beta5 everything works fine, so apparently something has changed in Vaadin Flow 24.4.0.rc1.
Expected behavior
method com.vaadin.flow.router.HasUrlParameter#setParameter
is called only one timeMinimal reproducible example
n/a
Versions
The text was updated successfully, but these errors were encountered: