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
Severity
annoyance