Skip to content
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

React 19 support #7365

Open
martinjagodic opened this issue Jan 6, 2025 · 2 comments
Open

React 19 support #7365

martinjagodic opened this issue Jan 6, 2025 · 2 comments

Comments

@martinjagodic
Copy link
Member

Make Decap work with React 19

@eoneill
Copy link

eoneill commented Jan 9, 2025

I think once the ESM build is fixed (#7358), decap-cms-app will probably work with React 19.

@fgnass
Copy link
Contributor

fgnass commented Jan 9, 2025

As a stop-gap solution, I currently use https://github.com/fgnass/decapp – the main trick is to add the following overrides to package.json:

"overrides": {
  "react": "^19.0.0",
  "react-dom": "^19.0.0",
  "react-scroll-sync": "^0.11.2"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants