material-table: Warning: React does not recognize the `cellEditable` prop on a DOM element.
<MaterialTable data={clients} columns={[]} />
Describe the bug
There is something in the data that is triggering this error. I don’t even need to set columns or any other prop. I believe it didn’t happen before the latest update Happens after data is loaded.


- OS: Windows 10
- Browser Chrome
- Version 84.0.4147.89
- Typescript
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 21
- Comments: 23 (1 by maintainers)
Why was this closed? I don’t see a fix.
Encountering this warning as well. Also ‘onCellEditStarted’ and ‘onCellEditFinished’.
Going back tot 1.66 fixed it
beaware of the browser freezing problem
I’ve downgraded material-table like 3 times or more while working in a single project. That made the trick for me for a myriad of random errors. There are fixes to all of those errors (at least the most of them) but material-table haven’t approved a single PR since a while by now.
I have the same issue on version 1.67.1 @mbrn
Updating the version to 1.68.0 instead leads to another error:
Hopefully this PR will fix this issue.
well, I am using 1.67.0 and getting the same error\warning. @NadsonR 1.69.x has it’s own problem of browser freezing so, be cautious not sure if you’ve encountered it so far as I had to downgrade it to 1.67.0 to get around the freezing issue.
same issue here
Hey everyone, it seems the latest version v1.69.2 is working fine regards to this problem. I have updated here and I haven’t got those errors anymore.
I tried to downgrade to v1.57.2 and it removed warning.
I’m seeing this even in 1.66.0. 😕