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.46k stars 166 forks source link

Warning: componentWillReceiveProps has been renamed, and is not recommended for use #114

Open sopilkar opened 2 years ago

sopilkar commented 2 years ago

In console:

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.

manvydasu commented 1 year ago

Hey, @sopilkar,

I think this repository is no longer maintained. I wanted to remove this warning back in 2021 with this fork and PR (https://github.com/clauderic/react-tiny-virtual-list/pull/95) but author did not look into this. You should better migrate to a different library.

inokawa commented 1 year ago

Hi, https://github.com/inokawa/virtua may help if you need a tiny virtual list component that can render dynamically sized items.