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
Creating this issue to track box-ui-elements support for React 19.
I upgraded react and react-dom to the latest RC versions (19.0.0-rc-77b637d6-20241016 at the time of this writing), and I'm no longer able to import from box-ui-elements, due to this error:
Creating this issue to track
box-ui-elements
support for React 19.I upgraded
react
andreact-dom
to the latest RC versions (19.0.0-rc-77b637d6-20241016
at the time of this writing), and I'm no longer able to import frombox-ui-elements
, due to this error:findDOMNode has been removed from React
ReactDOM.findDOMNode
facebook/react#28926I'm finding some other errors testing with the Next.js 15 RC, but I'm not sure if these are strictly React 19 related.
Turbopack (
bun next dev --turbo
)The export default was not found in module [project]/node_modules/tabbable/dist/index.esm.js
import tabbable from 'tabbable'
toimport { tabbable } from 'tabbable'
/node_modules/box-ui-elements/es/components/toggle/Toggle.scss.css:33:9 Parsing css source code failed
Webpack (
bun next build
)Module not found: Can't resolve 'moment' in '/home/michael/projects/sirvatus/node_modules/pikaday'
The text was updated successfully, but these errors were encountered: