Reproduction steps
- Have multipage app with "Persist URL parameters" option enabled
- Click a link to go to the app with a route like
/app/home?id=123
- Then navigate to another page on the app, like
/app/info
- The URL parameter disappears from the URL, whereas it should be carrying over the
?id=123