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 e738d6a commit 710274cCopy full SHA for 710274c
packages/svelte/tests/runtime-runes/samples/inspect-trace-circular-reference/_config.js
@@ -16,8 +16,8 @@ export default test({
16
{ log: 'filesState.files', highlighted: false },
17
{ log: files },
18
{ log: '$state', highlighted: true },
19
- { log: 'filesState.files.items[0].parent', highlighted: false },
20
- { log: files },
+ { log: 'filesState.files.items[0].parent.items', highlighted: false },
+ { log: files.items },
21
22
{ log: 'filesState.files.items[0].parent.items[0]', highlighted: false },
23
{ log: files.items[0] }
0 commit comments