You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understant that morphing is only available on whole page refresh. There are cases when it would be super useful to have morphing capabilities when URL changes, on Turbo navigation.
and it works with only one bug - when I click browsers back button nothing changes. Looks like issue with cache? Is there any change to introduce morphing on navigation?
I understant that morphing is only available on whole page refresh. There are cases when it would be super useful to have morphing capabilities when URL changes, on Turbo navigation.
I tried:
and it works with only one bug - when I click browsers back button nothing changes. Looks like issue with cache? Is there any change to introduce morphing on navigation?
I also tried https://turbo.hotwired.dev/handbook/drive#custom-rendering
but there is still issue with back button click.
Im using
<meta name="turbo-cache-control" content="no-preview">
.The text was updated successfully, but these errors were encountered: