Open sopilkar opened 2 years 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.
Hi, https://github.com/inokawa/virtua may help if you need a tiny virtual list component that can render dynamically sized items.
In console:
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
npx react-codemod rename-unsafe-lifecycles
in your project source folder.