Open
Description
I upgraded react
and react-dom
to version 19.0.0, and I'm no longer able to import from box-ui-elements
, due to this error:
findDOMNode has been removed from React
I'm finding some other errors testing with Next.js 15, but I'm not sure if these are strictly React 19 related.
The export default was not found in module [project]/node_modules/tabbable/dist/index.esm.js
- Fixed by changing
import tabbable from 'tabbable'
toimport { tabbable } from 'tabbable'
- Fixed by changing
/node_modules/box-ui-elements/es/components/toggle/Toggle.scss.css:33:9 Parsing css source code failed
- Maybe caused by trying to parse SCSS as CSS?