You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using react 17 with material-table 1.69.3. Now upgraded to material-table 2.0.5 version with react 18.2?Now material table is not loading .
Any properties changed in new version of mt?
Cannot read properties of null (reading 'scrollWidth')
at MaterialTable.componentDidMount (material-table.js:536:1)
The text was updated successfully, but these errors were encountered:
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"material-table": "^2.0.5",
"react": "^18.2.0",
I was using react 17 with material-table 1.69.3. Now upgraded to material-table 2.0.5 version with react 18.2?Now material table is not loading .
Any properties changed in new version of mt?
Cannot read properties of null (reading 'scrollWidth')
at MaterialTable.componentDidMount (material-table.js:536:1)
The text was updated successfully, but these errors were encountered: