KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

React 15 upgrade error #29

Closed devang-kredx closed 8 years ago

devang-kredx commented 8 years ago

Getting the following error when running with React 0.15.x

warning.js?8a56:44 Warning: React.__spread is deprecated and should not be used. Use Object.assign directly or another helper function with similar semantics. You may be seeing this warning due to your compiler. See https://fb.me/react-spread-deprecation for more details.
KyleAMathews commented 8 years ago

This is a warning not an error. Your site will work just fine with it. It'll be removed once https://github.com/jsdf/coffee-react-transform/issues/70 is fixed.