material-table: React does not recognize the `errorState` prop on a DOM element.
After upgrading material-table version 1.54.0 to 1.64.0 it’s showing this error:
**React does not recognize the
errorState prop on a DOM element.**
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 24
- Comments: 17
Commits related to this issue
- Updated npm packages Ugh...since material-table 1.64.0...React does not recognize the `errorState` prop on a DOM element. #2142 https://github.com/mbrn/material-table/issues/2142 — committed to jaypalexa/roster by jaypalexa 4 years ago
- Updated npm packages; latest material-table fixes TypeScript error bug https://github.com/mbrn/material-table/issues/2142 — committed to jaypalexa/roster by jaypalexa 4 years ago
npm i material-table more than version1.64.0 No problem I use npm i material-table@1.68.0
Will be fixed with 1.65
@OgenrwotAaron Want to submit a PR?
I changed all “errorState” to lowercase i.e “errorstate” in the package’s files and it works well… This explanation might help fix the bug https://reactjs.org/warnings/unknown-prop.html
@Domino987 PR shows issues in prettier. Please resole those. Admin can you please merge the pr soon to solve this issue.
Yes its a mistake and the PR is already up #2144