-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cannot read property 'getElementsByTagName' of undefined #31
Comments
I am also getting the same issue. @GeorgeCodeHub did you find any solution? |
Sadly no. Something must be conflicting with either the antD or React lib... |
If you're still looking for a solution, the problem is that the code does not like an empty array for data. Having at least one row in the table by default is needed, otherwise the thing craps out. |
I found that the reason might be antd's version is too high. I used antd v4.8.2. And I traced the error. It's cause of these codes
I found
It's obvious that If u change the code to
The component would run correctly. The last commit was pushed one year ago. So I think we should not use the package any more. |
Hello there.
I'm unable to start a project with your library. Here is an example below:
https://stackblitz.com/edit/antd-infinity
I also tried making it in CodeSandbox and codePen and got the same issue.
Am I forgetting to add something?
The text was updated successfully, but these errors were encountered: