dtschust/redux-bug-reporter

Would this work with Immutable state aswel?

Closed this issue · 0 comments

I'm considering using this inside of a client's application. But we use Immutable.js for our store.
Would this still work or would you need to use the .toJS() and .fromJS() functions to reproduce?

If so maybe you want to document an example.