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 API requires at least two renders when updating props on child components, because they have to dispatch the new props up to Table.Provider. This causes at least two renders per prop update. This may be bad news bears, but better measure the performance against other data table components with similar data sets, just to be sure.
The text was updated successfully, but these errors were encountered:
The API requires at least two renders when updating props on child components, because they have to dispatch the new props up to
Table.Provider
. This causes at least two renders per prop update. This may be bad news bears, but better measure the performance against other data table components with similar data sets, just to be sure.The text was updated successfully, but these errors were encountered: