[LiveComponent] Fix #[LiveProp(writable: true, url: true)] that was not updated as a query parameter#2976
Conversation
699e256 to
8bd0702
Compare
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. |
Follows #2673
Hi,
The LiveUrl feature in 2.28 introduced a few bugs and I would like to fix some :