Closed
Description
Describe the bug
This relates to closed issues (10437 and 10473).
@dummdidumm below is a video to better illustrate my issue.
-
The video starts with the working case (i.e. using
pnpm build
). When I then try withpnpm dev
the demo breaks (modal doesn't transition away ... gets stuck). -
Not explicitly shown in the video (but right underneath and commented out) is another component
<IframeModals/>
, which uses the#each
block internally ... and it works both withpnpm dev
andpnpm build
. I have also updated the SvelteLab repro using alpha 56 so you can test this out
broken_modal.mp4
Reproduction
Logs
No response
System Info
Svelte v5.0.0-next.56 ... but tried since alpha 51 and down to alpha 20
Severity
annoyance