0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/packages
mimbrown 4f1063723e
fix: Don't break in attributeChangedCallback if $$component does not exist yet (#8701)
Since the custom element class waits one tick before instantiating the `$$component` field, it's possibly undefined when `attributeChangedCallback` is called.
2023-06-14 21:33:17 +02:00
..
playground chore: playground (#8648) 2023-06-07 19:22:45 -04:00
svelte fix: Don't break in attributeChangedCallback if $$component does not exist yet (#8701) 2023-06-14 21:33:17 +02:00