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
I'm using MaterialTable v4, and I'm trying to get rid of a warning:
The table requires all rows to have an unique id property. A row was provided without id in the rows prop. To prevent the loss of state between renders, please provide an unique id for each row.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.
I'm using MaterialTable v4, and I'm trying to get rid of a warning:
I tried adding this:
But it's complaining about MTableBodyRow:
Any thoughts on this?
The text was updated successfully, but these errors were encountered: