mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
8a8505928e
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.
6 lines
71 B
Markdown
6 lines
71 B
Markdown
---
|
|
'svelte': patch
|
|
---
|
|
|
|
fix: deeply unstate objects passed to inspect
|