0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Simon H
2754e4eb39
fix: handle reassignment of $$props and $$restProps (#11348)
* fix: handle reassignment of `$$props` and `$$restProps`

Some libraries assign to properties of `$$props` and `$$restProps`. These were previously resulting in an error but are now handled properly

https://github.com/sveltejs/svelte/issues/10359#issuecomment-2080067464

* $$props is coarse grained on updates, so we can simplify this

* fix

* fix comment
2024-04-29 16:50:30 -04:00