mirror of https://github.com/sveltejs/svelte
It seems that browser resolve "await Promise.resolve()" extra fast (close to synchronous) so the DOM isn't actually updated further. This fixes an issue where web component slots don't appear when the script registering the web components is invoked before them being added to the DOM fixes #8997ce-tick
parent
657f11376c
commit
7ffa5f49b0
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: wait a longer tick before checking slots
|
Loading…
Reference in new issue