thomasboyt / react-spin

React component wrapper for spin.js
27 stars 23 forks source link

Added support for initially stopped spinner #8

Closed lobobabysaurus closed 8 years ago

lobobabysaurus commented 8 years ago

Component handled a change in the stopped prop, but did not consider it on inital load. Modified to only spin initially if stopped is not set.

thomasboyt commented 8 years ago

thanks! merged as https://github.com/thomasboyt/react-spin/commit/ad4261ff63d28258839799d45986dc9eb9054994 (I removed the version bump since I prefer to keep that in a separate commit)

lobobabysaurus commented 8 years ago

solid