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
When running the app i get "Unable to get property 'store' of undefined or null reference" in IE10.
But looking at the app deployed at Heroku I don't see the error. Is it the latest version running on Heroku?
this is because of binding thing , you need to inform framework about the presence of any function before it is actually rendered that is in the constructor or componentDidMount in any of the method if you info it will work fine
example:-
this.verifyMe = this.verifyMe.bind(this); //verifyMe is the function
When running the app i get "Unable to get property 'store' of undefined or null reference" in IE10.
But looking at the app deployed at Heroku I don't see the error. Is it the latest version running on Heroku?
Seems to be a bug with redux async connect so I also posted here:
brocoders/redux-async-connect#62
The text was updated successfully, but these errors were encountered: