-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
feat: introduce support for react v18 (FE-6015) #7132
Conversation
BREAKING CHANGE: Both packages are now ESM-only, which may affect tools like Jest that run your project code in a Node.js environment. Adjust your bundler configuration to handle ESM code if issues arise.
BREAKING CHANGE: `axe-core` is no longer a public dependency. Its previous exposure as one was unintentional, and has now been corrected.
…rance/disappearance
This is exciting 🥳 Question: is the hope that the EDIT: I think I am wrong. |
Hi @quinnturner 👋🏼 At the moment, we're focused on React 18 support due to team capacity constraints. We've reviewed some of the breaking changes introduced in React 19 and identified areas of tech debt that need attention before we can fully support it. Key challenges include:
That said, we're eager to support React 19 soon, especially since we're currently two major versions behind. As part of that effort, we're currently experimenting with a replacement for If you have any follow-up questions, feel free to reach out to us in our #carbon slack channel 😄 |
Proposed behaviour
react-dnd
andreact-dnd-backend-html5
to v16 - this is required for React v18 supportCurrent behaviour
Checklist
d.ts
file added or updated if requiredQA
Additional context
Testing instructions