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
Make Decap work with React 19
The text was updated successfully, but these errors were encountered:
I think once the ESM build is fixed (#7358), decap-cms-app will probably work with React 19.
decap-cms-app
Sorry, something went wrong.
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" }
No branches or pull requests
Make Decap work with React 19
The text was updated successfully, but these errors were encountered: