mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
416c4ac66d
* fix: recover IFrame of Partytown on View Transition * chore: add changeset entry --------- Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
322 B
322 B
@astrojs/partytown |
---|
patch |
Prevent Partytown from crashing when View Transitions are enabled
When View Transitions are turned on, Partytown executes on every transition. It's not meant to be like that, and therefore it breaks the integration completely. Starting from now, Partytown will be executed only once.