Replies: 1 comment 1 reply
-
Support for view transitions has been added in v1.4.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The search component will not work when someone decides to use View Transitions.
The reason is because Astro will persist current state of each script throughout each transition.
Astro doesn't re-execute scripts throughout each transition instead just saves each executed script.
Beta Was this translation helpful? Give feedback.
All reactions