-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
npm unpkg verion 1.0.4 is broken, 1.0.3 works #991
Comments
this is because we're transpiling core-js with babel-transform-runtime |
the fix is to either whitelist packages to transform with babel-loader (eg react and react-dom) or blacklist |
OK, I think I fixed this in 1.0.5. Please let me know if you still experience this problem. |
The other error doesn't occur, but now I get this.
|
@pieper I get |
@pieper can you open another bug - looks like onChange is getting called immediately after rendering |
Prerequisites
Description
I get an error loading a site with the current version on unpkg
Steps to Reproduce
http://pieper.github.io/sites/schemaform/index.html
Gives this error:
If I change the script to use 1.0.3 it works:
Expected behavior
1.0.4 shouldn't raise an error
Actual behavior
The error happens independent of my code.
Version
1.0.4
The text was updated successfully, but these errors were encountered: