You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me see if I'm understanding this: the key in your storage has no value and you're getting undefined a few times before getting { count: 1}, is that right? That does sound like a bug. I'm working on a full rewrite of the library, so I'll keep this in mind so that it's fixed in the new version.
This initially logs
state
asundefined
a few times until dispatch is called, which is causing unexpected behaviour with my code.Is this intentional?
The text was updated successfully, but these errors were encountered: