Since 2.28.0 the query string does not update with the new value if the current route contains any path parameters.
Reproducer: https://github.com/fracsi/live-component-url-error
- On the homepage
/ - the page parameter is updated in the url when you change the param (?value=2, etc)
- On a route that has a parameter (
/dummy/{param}) the query string is not updated.
2.29.* does not solve the problem