tomchentw / react-toastr

React.js toastr component
https://tomchentw.github.io/react-toastr/
MIT License
619 stars 112 forks source link

Update React addon classSet to classnames #23

Closed mikechau closed 9 years ago

mikechau commented 9 years ago

Since classSet is deprecated, it can be replaced with classnames.

React.addons.classSet is now deprecated. This functionality can be replaced with several freely available modules. classnames is one such module.

--- https://facebook.github.io/react/blog/2015/03/10/react-v0.13.html

19

tomchentw commented 9 years ago

This is great, thanks!

tomchentw commented 9 years ago

Released as v1.5.0