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

Does not work in IE9/10 #26

Closed
farism opened this issue Jun 8, 2016 · 1 comment
Closed

Does not work in IE9/10 #26

farism opened this issue Jun 8, 2016 · 1 comment

Comments

@farism
Copy link

farism commented Jun 8, 2016

this.context is undefined in decorator.js

This seems to be a babel6 transpile issue. Another project was having a similar issue documented here brocoders/redux-async-connect#62

@farism
Copy link
Author

farism commented Jun 8, 2016

It seems like adding the plugins babel-plugin-transform-class-properties and babel-plugin-transform-es2015-classes with {loose: true} fixed the issue on my fork.

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

2 participants