Skip to content

Support for React 19 #3717

Open
Open
@michaelhays

Description

@michaelhays

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:

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' to import { tabbable } from 'tabbable'
  • /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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions