You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: