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 theerrorState prop on a DOM element.**

Screenshot from 2020-07-08 12-05-54

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 24
  • Comments: 17

Commits related to this issue

Most upvoted comments

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