React-data-grid: TypeError: Cannot read property 'length' of undefined

Created on 16 Sep 2020  路  2Comments  路  Source: adazzle/react-data-grid

Now I am using the latest version of react-data-grid.
Then I see this error.
This is my package.json.

{
...
"react-data-grid": "^7.0.0-canary.22",
"react": "^16.13.1",
"react-dom": "^16.13.1",
...
}

error

Please help me.
Thanks.

Most helpful comment

I downgraded the version of react-data-grid to "react-data-grid": "^6.1.0", and working well without error.
Seems like there is a problem with the new version.
So now I am closing this issue here.

All 2 comments

I downgraded the version of react-data-grid to "react-data-grid": "^6.1.0", and working well without error.
Seems like there is a problem with the new version.
So now I am closing this issue here.

I had the same issue I've figured out that the new version just works fine. However, old examples or old properties do not work anymore. Also old type packages like @types/react-data-grid need to be removed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

markmus picture markmus  路  4Comments

Thilagm picture Thilagm  路  3Comments

GenoD picture GenoD  路  3Comments

JimLynchCodes picture JimLynchCodes  路  4Comments

jmahony picture jmahony  路  4Comments