Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE10 - Unable to get property 'store' of undefined or null reference #1010

Open
badtant opened this issue Mar 10, 2016 · 3 comments
Open

IE10 - Unable to get property 'store' of undefined or null reference #1010

badtant opened this issue Mar 10, 2016 · 3 comments

Comments

@badtant
Copy link

badtant commented Mar 10, 2016

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

@etburke
Copy link

etburke commented Mar 15, 2016

I am also experiencing this issue.

@badtant
Copy link
Author

badtant commented Mar 16, 2016

I've made a pull request for redux-async-connect to fix this...
brocoders/redux-async-connect#64

@TEJAPS
Copy link

TEJAPS commented Jun 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants