StreakYC / react-draggable-list

React component for a list of draggable collapsible items
MIT License
319 stars 48 forks source link

Updates should happen if commonProps object changes #20

Closed nathanhinish closed 7 years ago

nathanhinish commented 7 years ago

It looks like commonProps wasn't added to MoveContainer.shouldComponentUpdate checks.

Macil commented 7 years ago

Thanks! I missed that when merging the last pull request. Version 3.2.1 on npm has this fix now.