zalmoxisus/redux-devtools-extension

Map/Set changes not included in diffs

johtso opened this issue · 1 comments

Setting serialize: true causes Maps/Sets to be serialized and displayed as an expandable Iterable in state. Unfortunately, changes to these data structures are not included in the diff.

What the expected functionality here?

Is there a way to use Maps and Sets and have them appear properly everywhere including in diffs?

looks like this is not possible for now. Multiple issues have been raised a long time ago for the same, like this one: #452