Hi !
This is a follow-up on #122. There is this situation we found where the issue of the refresh on the initial URL instead of the new one still persists. It happens after form submission that redirects to /refresh_historical_location inside a modal bottom sheet. In this situation, the modal gets dismissed and the page behind it gets refreshed but with the "old" URL.
I made a fork of the demo app to make a reproducible example of the issue.
Thanks!