Open bobspace opened 2 years ago
Including svelte transitions in a child component of a Route throws runtime errors when you navigate back from that route.
Route
Here's a REPL that repros the issue: https://svelte.dev/repl/fbf4cecab51842758c2e3e5a746a7dc3?version=3.50.1
Replicated on desktop:
Append |local to the transition declaration (e.g. transition:fade → transition:fade|local). See also: https://svelte.dev/tutorial/local-transitions
|local
transition:fade
transition:fade|local
Including svelte transitions in a child component of a
Route
throws runtime errors when you navigate back from that route.Here's a REPL that repros the issue: https://svelte.dev/repl/fbf4cecab51842758c2e3e5a746a7dc3?version=3.50.1
Replicated on desktop: