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 will be deprecated in the future #66

Open
garciaalvaro opened this issue Nov 5, 2018 · 3 comments
Open

componentWillReceiveProps will be deprecated in the future #66

garciaalvaro opened this issue Nov 5, 2018 · 3 comments

Comments

@garciaalvaro
Copy link

The use of componentWillReceiveProps will be deprecated in the future major version of react (17). The current react version throws a warning in the console for the use of the method.

Is there any chance of updating the library to use a different approach?

Thanks for the great work.

@nassimbenkirane
Copy link

Also worth noting that this is currently preventing users of tiny-virtual-list from using <ConcurrentMode /> (or rather React.unstable_ConcurrentMode for now 😄) in a parent component.

I guess that the users of tiny-virtual-list want virtualization for performance reasons, and ConcurrentMode can help in this area

@riccio82
Copy link

Any updates on this?

@mezykr
Copy link

mezykr commented Oct 22, 2019

some update?

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

4 participants