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

componentWillReceiveProps not recomended to use. #85

Open bartekcis opened 4 years ago

bartekcis commented 4 years ago

Following the issue on react-telephone-input library that uses react-tiny-virtual-list https://github.com/mukeshsoni/react-telephone-input/issues/283

When I run jest tests I get this warning: image

It looks that the library uses outdated life cycle methods. Do you think the module can be updated? Modules I use: Those are my core modules: "react": "^16.12.0", "react-app-polyfill": "^1.0.6", "react-dom": "^16.12.0", "react-router-dom": "^5.1.2", "react-scripts": "^3.4.0" "react-telephone-input": "^4.75.4",

eurobob commented 4 years ago

As this hasn't been maintained in a very long time you are probably better to just fork the repository and make the changes yourself