Replies: 1 comment
-
Not an answer but I am also getting the following warnings and the stack traces seem to occur from within MaterialTable > DragDropContext: Failed prop type: The prop Am using the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Am trying to remove this warning.
vendors~main.chunk.js:281042 Warning: Failed prop type: The prop
onPageChange
is marked as required inForwardRef(TablePagination)
, but its value isundefined
.at TablePagination (http://localhost:3000/static/js/vendors~main.chunk.js:91674:37)
Everything else works just fine.
Am using @material-ui/core 4.11.4 and material table 1.69.3
I think its somewhere here i need to add onChangePage but am not sure how.
<MaterialTable icons={tableIcons} title="Lines status list" data={listData} columns={columns} />
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions