-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarificationstale-bottemp-stale
Description
https://svelte.dev/repl/283d750225684048b26cf6880dfcea2d?version=3.23.0
Cannot read property 'r' of undefined
svelte/src/runtime/internal/transitions.ts
Lines 337 to 342 in dba6e5e
| if (is_function(config)) { | |
| wait().then(() => { | |
| // @ts-ignore | |
| config = config(); | |
| go(b); | |
| }); |
wait.then resolves after check_outros meaning that outros will be the reassigned to its parent group, which is undefined in this case
Metadata
Metadata
Assignees
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarificationstale-bottemp-stale