clauderic / react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://clauderic.github.io/react-tiny-virtual-list/
MIT License
2.47k stars 164 forks source link

Documentation says height can be a string, but according to propType it can't #13

Closed denis-isaev closed 7 years ago

denis-isaev commented 7 years ago

Documentation says height can be a string when horizontal scrollMode selected, but propTypes for height is

height: PropTypes.number.isRequired
clauderic commented 7 years ago

Ah yes, you're absolutely right, thanks for pointing this out!

clauderic commented 7 years ago

Fixed in react-tiny-virtual-list@2.0.6