zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.5k stars 1.01k forks source link

ngxs: devtools never shows Set's contents #663

Open michael-brade opened 5 years ago

michael-brade commented 5 years ago

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 the Set (verifyable with console.log()).

michael-brade commented 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.