Skip to content

Svelte 5 REPL's console has problems with differing ReactiveMap and ReactiveSet #11563

@7nik

Description

@7nik

Describe the bug

The REPL's console has problems with differing ReactiveMap and ReactiveSet: console displays

2x    "init"    Set(0) { } 
    "init"    2024-05-11T19:58:55.852Z

instead of

    "init"    Set(0) { } 
    "init"    Map(0) { } 
    "init"    2024-05-11T19:58:55.852Z

The "update" messages also get merged.

Probably, repeated messages with Map and Set shouldn't be merged at all because it makes it tricky to see the map/set with the most recent data.

Reproduction

REPL

Logs

No response

System Info

Svelte 5 REPL

Severity

annoyance

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions