This is AMAZING. 馃榿
Perhaps we have an Reactotron.addImmutableReduxStore(store) alternative of https://github.com/skellock/reactotron/blob/master/client/reactotron/client.js#L84 and I think that should be it? I didn't look entirely too deep yet.
I'll see if I can cobble something together if this is something you want to support. Or I can run a forked version if including ImmutableJS is too much. :)
Thank you. You mean http://facebook.github.io/immutable-js/ ya?
I've tried it with seamless-immutable, but not Immutable.js. Do you see an error when you run it?
No errors, as paths passed into your RS methods will return null.
ImmutableJS data structures can only be accessed via .get and .getIn. I also realize you can possibly not need to include the library by checking for those methods and using them instead. :)
Ahhhhhhhhh... Totally get what you're saying now.
Thank you. Ya that should be no problem at all.
This is in place now.
Most helpful comment
No errors, as paths passed into your
RSmethods will returnnull.ImmutableJS data structures can only be accessed via
.getand.getIn. I also realize you can possibly not need to include the library by checking for those methods and using them instead. :)