-
Notifications
You must be signed in to change notification settings - Fork 73
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
Error: Can't resolve 'react/lib/Object.assign' with React 15.0 #28
Comments
So that require wasn't even being used. Removed it and published 1.1.5. 1404b27 |
@KyleAMathews awesome, thank you for the fantastic turn-around time! |
@KyleAMathews I upgraded to 1.1.5 but still fails; objectAssign = require('react/lib/Object.assign'); |
Ooops! Forgot to compile the src. I re-published 1.1.6. |
@KyleAMathews thanks a lot! Unfortunately there's another issue: |
Ha :-) would you mind taking a crack at solving this?
|
Tracked it down to |
If you see the above PR, they're adding it back in. |
You should still stop using it :) |
This was written back in my hellion Coffeescript days ;-) |
I opened jsdf/coffee-react-transform#70 while waiting for React 15.0.1 😄. |
15.0.1 was released. |
@KyleAMathews: jsdf/coffee-react-transform#70 was fixed, removing the use of |
Updated and released 1.1.7. |
Using react-spinkit version 1.1.4 with React 15.0 results in the following error:
The text was updated successfully, but these errors were encountered: