Open
Description
Some times, all I get in the State tab is (pin): undefined
.
I'm using Immutable states and they show fine most f the times (I have serialize: { immutable: Immutable, options: true }
in my config), but some times when some actions come, it gets broken. For example, when I use react-router-redux
actions/middleware, that's when I get the empty State.
Any ideas?