mirror of https://github.com/sveltejs/svelte
feat: allow non-synchronous legacy component instantiation (#12970)
* feat: allow non-synchronous legacy component instantiation Add a new option to the legacy class component interface so that `flush_sync` can be omitted. Part of https://github.com/sveltejs/kit/issues/12248 * lint --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/12998/head
parent
c5c54dabcc
commit
72b066b7fd
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
feat: allow non-synchronous legacy component instantiation
|
Loading…
Reference in new issue