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
...you would reasonably expect the console to show
oncreate foo
oncreate bar
but the order is reversed. This breaks expectations and makes it harder to, for example, wait for some data for foo to load before attempting to load data for bar (which is exactly what I'm currently experiencing).
I think this qualifies as a bug, so reversing the order needn't be considered a breaking change.
The text was updated successfully, but these errors were encountered:
I imagine this should be an .unshift - or else this should be a .shift. Not sure how or whether we should be worrying about _beforecreate or _aftercreate.
No REPL, pending sveltejs/v2.svelte.dev#205, but if you have a situation like this...
...you would reasonably expect the console to show
but the order is reversed. This breaks expectations and makes it harder to, for example, wait for some data for
foo
to load before attempting to load data forbar
(which is exactly what I'm currently experiencing).I think this qualifies as a bug, so reversing the order needn't be considered a breaking change.
The text was updated successfully, but these errors were encountered: