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
The problem
Since 3.6.4 version we have a wrong sequence for onMount lifecycle hook.
It run onMount callback first on a child component, instead of parent.
The problem
Since 3.6.4 version we have a wrong sequence for onMount lifecycle hook.
It run onMount callback first on a child component, instead of parent.
To Reproduce
https://svelte.dev/repl/9eb25e5039844a9588cd96bc7380e672?version=3.6.4
Expected behaviour
Take a look at the console.
Im expect this order for hooks calls:
Instead we got:
The text was updated successfully, but these errors were encountered: