mirror of https://github.com/sveltejs/svelte
fix: ensure SvelteDate cached methods have correct reactive context (#14525)
* fix: ensure SvelteDate cached methods have no reactive context * fix: ensure SvelteDate cached methods have no reactive context * fix * lint * use active reaction at time of instance creation * tweak changeset * Update packages/svelte/src/internal/client/dom/elements/bindings/shared.js Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com> --------- Co-authored-by: Dominic Gannaway <dg@domgan.com> Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com>pull/14530/head
parent
39275684e5
commit
2f8eda94f3
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: use correct reaction when lazily creating deriveds inside `SvelteDate`
|
Loading…
Reference in new issue