Navigating back after interacting with a Partial
I've noticed after interacting with a Partial that it updates the url, which is fine, however navigating back displays the entire Partial as the content of the page instead of updating in place as you would expect.
This can be seen on the Fresh homepage with the recipe example. Click on a few of the recipes then go back using the browser and you'll be navigated to the contents of the partial.
I don't know if this is a bug or if there is a way around this?
2 Replies
bump
bump
Thanks for reporting, this issue seems similar to this one https://github.com/denoland/fresh/issues/2559 . I haven't yet had time to look into that one yet