I'd like to use this tool, but with a state object that is an Immutable.Map. Looking at the source, support could be added pretty easily by accepting a configuration boolean which implements a simple transformation of the getState function to getState().toJS().
Hi,
I'd like to use this tool, but with a state object that is an
Immutable.Map
. Looking at the source, support could be added pretty easily by accepting a configuration boolean which implements a simple transformation of thegetState
function togetState().toJS()
.Could this feature be added?
Thanks