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
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:
react
react-dom
box-ui-elements
findDOMNode has been removed from React
ReactDOM.findDOMNode
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
import tabbable from 'tabbable'
import { tabbable } from 'tabbable'
/node_modules/box-ui-elements/es/components/toggle/Toggle.scss.css:33:9 Parsing css source code failed
The text was updated successfully, but these errors were encountered:
Just a heads up, Next.js 15 was just released as stable, and requires React 19 for the app router.
Sorry, something went wrong.
React 19 stable just dropped! https://react.dev/blog/2024/12/05/react-19
@greg-in-a-box Are there any plans to prioritize adding support here? Our team may be able to contribute, if helpful.
FYI, if you're on React 19, you won't be able to use this library as installed from npm right now. Instead, you can use the manual installation: https://developer.box.com/guides/embed/ui-elements/installation/#manual-installation
npm
You'll need to install the "with React" version, since that comes bundled with a version of React that works with this library.
No branches or pull requests
I upgraded
react
andreact-dom
to version 19.0.0, 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 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
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
The text was updated successfully, but these errors were encountered: