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
As I've seen this issue again, #5353 is not related with this issue. My apology.
#5353 fixes child component with delayed bidirectional transition prevents its parent component being unmounted. This issue describes that parent component which has child component with delayed transition prevents its child component being unmounted.
#5353 should be stay what it was since it actually fixes the existing bug which is described in #5353,
and this issue should be reopened since #5353 does not fixes the bug described in here.
https://svelte.dev/repl/7157234039fa43c2ac779c534941e263?version=3.23.0
svelte/src/runtime/internal/transitions.ts
Lines 309 to 320 in 8fc85f0
pending_program
is only present in bidirectional transitions with delayreversing one while it's outroing will fail the
!pending_program
check, and discardrunning_program
the group
running_program
belongs to subsequently cannot complete its transitionThe text was updated successfully, but these errors were encountered: