-
-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Labels
BugBug FixBug FixStatus: Needs ReviewNeeds to be reviewedNeeds to be reviewedStatus: Waiting feedbackNeeds feedback from the authorNeeds feedback from the author
Description
Hi guys, I found a problem when upgrading symfony/ux-live-component
from 2.27 to 2.28: I have a live-prop with url true, like this:
#[LiveProp(writable: true, url: true)]
public int $page=1;
In 2.27 the page-parameter is in the url and gets updated when the property changes. In 2.28 the page-parameter isn't added to the url, even when the value changes. Maybe it is related to the change in UrlMapping.
Metadata
Metadata
Assignees
Labels
BugBug FixBug FixStatus: Needs ReviewNeeds to be reviewedNeeds to be reviewedStatus: Waiting feedbackNeeds feedback from the authorNeeds feedback from the author