We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug On v1.32.0
../node_modules/material-table/index.d.ts (18,20): Generic type 'ReactElement
' requires 1 type argument(s).
The text was updated successfully, but these errors were encountered:
I still have this problem in v1.34.0 a have to install v1.29.0 for now to use the table.
I would appreciate a solution to this problem, it really helps me in my project
Sorry, something went wrong.
Hi @angelelizalde21 ,
I will take a look at it asap.
As a workaround you can add skipLibCheck: true to your tsconfig file
skipLibCheck: true
7b1ae53
Published with 1.34.1
mbrn
No branches or pull requests
Describe the bug
On v1.32.0
../node_modules/material-table/index.d.ts
(18,20): Generic type 'ReactElement
' requires 1 type argument(s).
The text was updated successfully, but these errors were encountered: