developerdizzle / react-virtual-list

Super simple virtualized list React component
http://developerdizzle.github.io/react-virtual-list/
MIT License
619 stars 73 forks source link

React 15.5 support #53

Closed arslivinski closed 7 years ago

arslivinski commented 7 years ago

React 15.5 introduced another warnings, like using React.PropTypes (https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html).

It's needed to fix these warnings.

haxxxton commented 7 years ago

@developerdizzle bumping

developerdizzle commented 7 years ago

Thanks to @haxxxton v 2.2.1 now supports this!

haxxxton commented 7 years ago

@developerdizzle, would you mind adding a release tag to v2.2.1 on github please