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
When using InfiniteList with a DatagridConfigurable and server-side sorting, I occasionally encounter this warning:
Encountered two children with the same key, 716a838d-684f-4588-a941-50414c5fce8d.
This happens even though:
All records have a unique id
The backend returns correct, paginated, sorted, non-duplicated data
The sort is handled correctly by the backend
The list sometimes shows records in the wrong order after switching sort direction, or re-renders the same row multiple times, especially on the first scroll.
When I switched to List instead of InfiniteList it works fine.
The text was updated successfully, but these errors were encountered:
When using InfiniteList with a DatagridConfigurable and server-side sorting, I occasionally encounter this warning:
Encountered two children with the same key,
716a838d-684f-4588-a941-50414c5fce8d.
This happens even though:
The list sometimes shows records in the wrong order after switching sort direction, or re-renders the same row multiple times, especially on the first scroll.
When I switched to List instead of InfiniteList it works fine.
The text was updated successfully, but these errors were encountered: