You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that Virtualized Table is not compatible with React 19. The findDOMNode was deprecated in 19. So any of us that are using Next 15 or regular React 19 are not hit with the following errors:
⚠ ./node_modules/react-virtualized/dist/es/Table/Table.js
Attempted import error: 'findDOMNode' is not exported from 'react-dom' (imported as 'findDOMNode').
To reproduce.
Simply try to use these components in React 19.
The text was updated successfully, but these errors were encountered:
@bvaughn Please let us know if either of the above options is suitable, or if you recommend migrating to react-window (or other options, including a fork of the library, e.g. https://github.com/remerge/react-virtualized) for compatibility! 🙏
It appears that Virtualized Table is not compatible with React 19. The findDOMNode was deprecated in 19. So any of us that are using Next 15 or regular React 19 are not hit with the following errors:
⚠ ./node_modules/react-virtualized/dist/es/Table/Table.js
Attempted import error: 'findDOMNode' is not exported from 'react-dom' (imported as 'findDOMNode').
To reproduce.
Simply try to use these components in React 19.
The text was updated successfully, but these errors were encountered: