-
-
Notifications
You must be signed in to change notification settings - Fork 374
[LiveComponent] Fix #[LiveProp(writable: true, url: true)]
that was not updated as a query parameter
#2976
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
Conversation
699e256
to
8bd0702
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, that's much appreciated! :)
Is the modified test enough to cover issue #2975, or should we add a dedicated one?
Also please, can you update your PR's title to something more relevant? Thanks!
ac904f4
to
c054fb8
Compare
@Kocal I edited the fixtures of functional tests to reproduce the bug. Previously the route was accepting all methods and the problem was not detected. I am confident that the issue #2975 is the same as the previous #2960 but the exception is caught by the hotfix #2961 and no new url is returned. |
So should we remove the |
I think the exception should not happen, but since the |
I confirm it fixes #2975, thanks! |
#[LiveProp(writable: true, url: true)]
that was not updated as a query parameter
… not updated as a query parameter
Thank you @mbuliard. |
Hi,
The LiveUrl feature in 2.28 introduced a few bugs and I would like to fix some :