RootCauseunvalidated
The value passed to the Table’s `dataSource` (user data such as `users`/`rawData`) is not an array; it is an object. AntD Table internally calls array methods like `.some()` on `rawData`, causing the error.
9fe20171-5325-48ce-990d-41c342ece870
The value passed to the Table’s dataSource (user data such as users/rawData) is not an array; it is an object. AntD Table internally calls array methods like .some() on rawData, causing the error.