svelte icon indicating copy to clipboard operation
svelte copied to clipboard

Svelte 5: `$inspect` not showing updated collection for objects exported from `svelte/reactivity`

Open harrisi opened this issue 4 months ago • 1 comments

Describe the bug

$inspect will correctly see updates, but the outputted value is always the initial value of the ReactiveSet or ReactiveMap.

For ReactiveDate, it seems updates aren't seen at all.

Reproduction

repl

Logs

No response

System Info

repl

Severity

annoyance

harrisi avatar Apr 12 '24 17:04 harrisi

the issue with ReactiveSet and ReactiveMap and the repl is that the REPL is not showing the content correctly. if you open up the browser console, you should see the content correctly.

tanhauhau avatar Apr 14 '24 07:04 tanhauhau