react-tiny-virtual-list icon indicating copy to clipboard operation
react-tiny-virtual-list copied to clipboard

componentWillReceiveProps will be deprecated in the future

Open garciaalvaro opened this issue 5 years ago • 3 comments

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.

garciaalvaro avatar Nov 05 '18 14:11 garciaalvaro

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

nassimbenkirane avatar Mar 06 '19 16:03 nassimbenkirane

Any updates on this?

riccio82 avatar Aug 21 '19 09:08 riccio82

some update?

mezykr avatar Oct 22 '19 07:10 mezykr