wadahiro / griddle-react-bootstrap

Bootstrap style for griddle-react
http://wadahiro.github.io/griddle-react-bootstrap/
MIT License
10 stars 3 forks source link

React.__spread is deprecated #3

Closed Marmelatze closed 8 years ago

Marmelatze commented 8 years ago

Hi,

I just tried this package with react 15.1.0 and it logs the this warning:

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.

According to the linked PR the issue should be gone by recompiling with typescript 1.8.10.

wadahiro commented 8 years ago

@Marmelatze Thanks your reporting! I'll rebuild soon.

wadahiro commented 8 years ago

I published v0.4.4 to npm registry.

Marmelatze commented 8 years ago

Thanks for the fast reply :thumbsup: The warning is gone.