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
...which failed as the dispatch function is passed a null and cannot find a property type on it. As a result I return {type: null} from my wrapped render function. Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I'm using redux-subscribe with plain redux (no react, no vdux or whatever).
Since I'm a redux beginner, I don't understand this line of your code:
My call to subscribe looks like this:
But initially I tried doing:
...which failed as the dispatch function is passed a null and cannot find a property type on it. As a result I return
{type: null}
from my wrapped render function. Am I doing something wrong?The text was updated successfully, but these errors were encountered: