Open garciaalvaro opened 6 years ago
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
Any updates on this?
some update?
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.