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
[email protected] is broken when used with [email protected].
[email protected]
It works with 7.0.0-beta.47, but it also requires changing the import from:
7.0.0-beta.47
import { DataGrid } from 'react-data-grid';
to
import DataGrid from 'react-data-grid';
Create a a basic project with
Link to code example: https://codesandbox.io/p/sandbox/sfjf75
Should also work with [email protected]
react-data-grid
react
react-dom
The text was updated successfully, but these errors were encountered:
Pretty sure this is intentional: 1538948
Sorry, something went wrong.
@s-elmer ah wow, that's unfortunate.
Closing this issue as React 18 is not supported.
No branches or pull requests
Describe the bug
[email protected]
is broken when used with[email protected]
.It works with
7.0.0-beta.47
, but it also requires changing the import from:to
To Reproduce
Create a a basic project with
Link to code example:
https://codesandbox.io/p/sandbox/sfjf75
Expected behavior
Should also work with [email protected]
Environment
react-data-grid
version: 7.0.0-beta.50react
/react-dom
version: [email protected]Additional context
bug5.mp4
The text was updated successfully, but these errors were encountered: