Open michael-brade opened 5 years ago
Another observation: if I "Jump" to any previous state or use the slider-monitor (i.e., I change the state using the devtools) then the devtools delete the contents of the Set.
Using the Export function, you also just get an empty Set object.
Hi, using a JavaScript
Set
data structure in an ngxs store works fine. But when I want to debug it with redux devtools, it alwyas just shows{}
, even though items are in theSet
(verifyable withconsole.log()
).