clauderic / clauderic/react-tiny-virtual-list
componentWillReceiveProps not recomended to use.
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
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:

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",
Contributor guide
Assessment
This issue has not been assessed yet.