luqin / react-icheck

:radio_button: iCheck components built with React. Highly customizable checkbox, radio buttons and radio group.
https://luqin.github.io/react-icheck
177 stars 40 forks source link

Checkbox generates unknown prop warning in React 15.0.2 #28

Closed danwarner closed 8 years ago

danwarner commented 8 years ago

Upgraded from React 15.0.1 to 15.0.2 and now receive the following dev warnings on react-icheck 0.3.3:

Warning: Unknown props checkboxClass, increaseArea, inputType, radioClass, checkedClass, disabledClass, indeterminateClass, hoverClass, focusClass, activeClass, labelHover, labelHoverClass, inheritClass, inheritID, aria on tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop

luqin commented 8 years ago

Welcome your PR. :+1:

arnabk commented 8 years ago

👍

danwarner commented 8 years ago

@luqin Created a PR!

danwarner commented 8 years ago

@luqin you see my PR?

salujaharkirat commented 8 years ago

Is anyone working on fixing this issue? Is it fixed or still pending?