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

Upgrading to React 15.2.0 throws "unknown props" warning. #35

Closed ravasthi closed 8 years ago

ravasthi commented 8 years ago

The relevant part of the stack trace shown in the console:

[Error] Warning: Unknown props `spinnerName`, `noFadeIn`, `overrideSpinnerClassName` on <div> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
    in div (created by SpinKit)
jairtrejo commented 8 years ago

Hello! I created a PR that fixes the issue.

KyleAMathews commented 8 years ago

Fixed in https://github.com/KyleAMathews/react-spinkit/issues/36