-
Notifications
You must be signed in to change notification settings - Fork 101
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 #62
Comments
My guess is that you need proto-to-assign in your babel config. https://babeljs.algolia.com/docs/advanced/caveats/ |
I have these problems too |
@sars any thoughts on this pull request? |
Problem solved using @badtant 's suggestion. |
I am facing the same issue, when can we expect the fix? |
try using https://github.com/makeomatic/redux-connect - I've refactored this module (v1 branch), as well as updated API a bit. Constraints are loosened to allow react 15.x.x as well.
|
@AVVS it's amazing, what you did? |
Hi,
I have some problems with IE10.
return this.context.store... gets Unable to get property 'store' of undefined or null reference.
I'm using babel 6 with the config below aswell as babel-polyfill for promises.
Any idea of what might be wrong?
The text was updated successfully, but these errors were encountered: