This issue in redux-devtools-extension, which depends on jsondiffpatch's to calculate diffs in Redux state, prompts me to ask whether there're any plans to support ES6 features in jsondiffpatch any time soon. The problem at the moment is that redux-devtools-extension will not pick up any differences effected against a Redux key of the ES6 Set type due to jsondiffpatch not recognising these.
Are there any plans to support this and/or any workarounds you can think of anyway (other than just using Arrays)? Thanks!
This issue in redux-devtools-extension, which depends on
jsondiffpatch
's to calculate diffs in Redux state, prompts me to ask whether there're any plans to support ES6 features in jsondiffpatch any time soon. The problem at the moment is thatredux-devtools-extension
will not pick up any differences effected against a Redux key of the ES6Set
type due tojsondiffpatch
not recognising these.Are there any plans to support this and/or any workarounds you can think of anyway (other than just using Arrays)? Thanks!