mirror of https://github.com/sveltejs/svelte
fix: make prop fallback values deeply reactive if needed (#11804)
If a property is mutated, the assumption is that it is deeply reactive. In those cases, the fallback value should be proxified so that it also is deeply reactive. fixes #11425pull/11808/head
parent
ba6697d31d
commit
68263c8615
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: make prop fallback values deeply reactive if needed
|
Loading…
Reference in new issue