mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
2754e4eb39
* 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
81 B
81 B
svelte |
---|
patch |
fix: handle reassignment of $$props
and $$restProps