-
Notifications
You must be signed in to change notification settings - Fork 801
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
Uncaught TypeError: object is not a function #54
Comments
Are you using the latest version? Try 1.0.6. { test: /\.jsx?$/, loaders: ['react-hot', 'jsx?harmony'] , exclude: /node_modules/ }, |
Related webpack/webpack#632. |
exclude helped. |
Are you on Windows? |
Correct. |
OK, I know what this is. Thanks. I have an additional check to guard against this but it uses I'm not sure whether to fix the check, or to remove it altogether and tell everyone to use |
Fixed in 1.0.7. Thanks for reporting! |
When running with react-hot-loader I'm getting:
Uncaught TypeError: object is not a function
At the last line of the following:
The text was updated successfully, but these errors were encountered: