0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/curvy-ties-shout.md
Simon H 8a8505928e
fix: deeply unstate objects passed to inspect (#10056)
When doing `$inspect({ x, y })`, both `x` and `y` are now unstated if they are signals, compared to before where `unstate` was only called on the top level object, leaving the proxies in place which results in a worse debugging experience.
Also improved typings which makes it easier to find related code paths.
2024-01-02 17:46:34 +01:00

71 B

svelte
patch

fix: deeply unstate objects passed to inspect