-
Notifications
You must be signed in to change notification settings - Fork 58
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
React v15 removed React.__spread #70
Comments
Thanks for letting me know. I think supporting __spread and Object.assign via a config option is probably the way to go |
FYI microsoft/TypeScript#7270 (comment):
|
It looks like 4a4077a fixes this...can the updated version of this package be published to npm? |
Fixed in v4.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React v15 removed
React.__spread
and this change breaks everyone usingcsx-loader
(see KyleAMathews/react-spinkit#28 for an example). It seems it will be added back temporarily but given the deprecation warning, it does not look like a good long-term solution.The text was updated successfully, but these errors were encountered: