cheapsteak / react-transition-group-plus

A more full-featured transition group for React
Other
269 stars 20 forks source link

Fixed for React 15.2.0+ #7

Closed njam3 closed 8 years ago

njam3 commented 8 years ago

Fixes this error in React 15.2.0

Warning: Unknown props `component`, `transitionMode`, `childFactory`, `deferLeavingComponentRemoval` on <div> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop

I wasn't sure if modifying the props object directly was advisable, so i clone the object first.

cheapsteak commented 8 years ago

Thank you!

cheapsteak commented 8 years ago

published as 0.3.2