Skip to content
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

[email protected] is broken with [email protected] #3741

Closed
asfktz opened this issue Mar 17, 2025 · 3 comments
Closed

[email protected] is broken with [email protected] #3741

asfktz opened this issue Mar 17, 2025 · 3 comments
Labels

Comments

@asfktz
Copy link

asfktz commented Mar 17, 2025

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:

import { DataGrid } from 'react-data-grid';

to

import DataGrid from 'react-data-grid';

To Reproduce

Create a a basic project with

  • "react-data-grid": "7.0.0-beta.50"
  • "react": "^18.2.0",
  • "react-dom": "^18.2.0"

Link to code example:
https://codesandbox.io/p/sandbox/sfjf75

Expected behavior

Should also work with [email protected]

Environment

Additional context

bug5.mp4
@asfktz asfktz added the Bug label Mar 17, 2025
@s-elmer
Copy link

s-elmer commented Mar 19, 2025

Pretty sure this is intentional: 1538948

@asfktz
Copy link
Author

asfktz commented Mar 19, 2025

@s-elmer ah wow, that's unfortunate.

@amanmahajan7
Copy link
Contributor

amanmahajan7 commented Mar 20, 2025

Closing this issue as React 18 is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants