-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'id') #705
Comments
Can you provide a sandbox? |
I did try to reproduce it in a sandbox but wasn't successful. |
Ok that makes it difficult to validate. Did you use the latest version in the sandbox? |
I created a new sandbox based on the link in the bug description: https://codesandbox.io/s/material-table-starter-template-forked-474it9?file=/src/index.js I suppose it should have been the latest version in this case? |
Yes always, or else might has been fixed or introduced between versions. But the sandbox works for me, soooo😅 |
I know that in my app the problem gets fixed if I remove the
|
It can be reproduced in this page : https://codesandbox.io/s/new-tree-znzku?file=/src/App.js And I think the reproduction's conditions are
I made a pull request for fix this case, but there may be a better solution. |
Is fixed in the latest version |
Hi,
unfortunately I cannot reproduce reliably, but it seems that with the introduction of #619 the following exception occurs:
It occurs when switching views in my application, so I assume when loading/unloading tables.
Reason seems to be that sometimes the list of sort columns does not contain objects with a "tableData" object attached:
Any ideas?
The text was updated successfully, but these errors were encountered: