dantrain / react-stonecutter

Animated grid layout component for React
http://dantrain.github.io/react-stonecutter
MIT License
1.21k stars 72 forks source link

React 15.2 Unknown props #10

Closed phil3903 closed 8 years ago

phil3903 commented 8 years ago

With React 15.2+ I'm seeing the unknown props warning in react-stonecutter:

Warning: Unknown props columnWidth, gutterWidth, gutterHeight, minPadding, columns, angleUnit, layout, enter, entered, exit on

tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop

and

Warning: Unknown prop itemRect on

tag. Remove this prop from the element.

Not sure what FB changed but lots of libs are tossing these warnings now. Stonecutter still works, but just wanted to give you a heads up.

dantrain commented 8 years ago

Hi, thanks a lot for the heads up. I've created a new release that should fix this.