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
Created a new project using npx create-react-app my-app --template typescript
npx create-react-app my-app --template typescript
Installed react-data-grid same as mentioned in the quick start section but after running my app i am getting following error
Couldn't found anything to reproduce it
i have tried the Quick start section instructions so it should be come up with the basic table.
react-data-grid
react
react-dom
I have tried some stackoverflow answers but couldn't succeed.
tsconfig file
The text was updated successfully, but these errors were encountered:
Had the same issue today trying to use in new Next project. Oddly it seem to work briefly then this error started.
Sorry, something went wrong.
Ok, this is duplicate for #2568 it seems. Since this is only for a demo/lib evaluation I upgraded to React 18 to get it working.
Closing at this is a duplicate issue. Please check #2787 (comment)
No branches or pull requests
Describe the bug
Created a new project using
npx create-react-app my-app --template typescript
Installed react-data-grid same as mentioned in the quick start section but after running my app i am getting following error
To Reproduce
Couldn't found anything to reproduce it
Expected behavior
i have tried the Quick start section instructions so it should be come up with the basic table.
Environment
react-data-grid
version: 7.0.0-beta.7react
/react-dom
version: 17.0.2 / 17.0.2Additional context
I have tried some stackoverflow answers but couldn't succeed.
tsconfig file
The text was updated successfully, but these errors were encountered: