Hi guys.
We’ve found what seems like an issue with the Turbo Router on a site of ours.
We have a Vue component that uses the Javascript History pushState to update the browser URL with query strings when certain filters are selected. However, when navigating to a Turbo Router link page afterwards and then using the browser back button to return we see the URL update in the browser but the Turbo Router seems to ‘reload’ the current page it’s on, rather than the previous page.
We were wondering if you’ve come across this issue before? In the meantime, I’ve had to just disable the Turbo Router for these specific links in question.
Please let me know if you need any more detail. Thanks!