0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/.changeset/friendly-eagles-arrive.md
Szymon Chmal 416c4ac66d
fix(@astrojs/partytown): prevent crashes when View Transitions are enabled (#11083)
* fix: recover IFrame of Partytown on View Transition

* chore: add changeset entry

---------

Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2024-06-10 11:16:59 +01:00

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.