We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad19a1a commit 357145fCopy full SHA for 357145f
packages/svelte/src/internal/client/dev/inspect.js
@@ -26,7 +26,7 @@ export function inspect(get_value, inspector = console.log) {
26
return;
27
}
28
29
- var snap = snapshot(value, true);
+ var snap = snapshot(value, true, true);
30
untrack(() => {
31
inspector(initial ? 'init' : 'update', ...snap);
32
});
0 commit comments