mirror of https://github.com/sveltejs/svelte
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.pull/8734/head
parent
f580e2e0c8
commit
4f1063723e
Loading…
Reference in new issue