Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

componentWillReceiveProps not recomended to use. #85

Open
bartekcis opened this issue Mar 23, 2020 · 1 comment
Open

componentWillReceiveProps not recomended to use. #85

bartekcis opened this issue Mar 23, 2020 · 1 comment

Comments

@bartekcis
Copy link

Following the issue on react-telephone-input library that uses react-tiny-virtual-list mukeshsoni/react-telephone-input#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
Copy link

eurobob commented May 2, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants