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

Updated peerDependencies - React 18.x.x #456

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamibrahimriaz
Copy link

There was dependency error in React 18.x.x. No updated peerDependencies.

@Whitelistedd
Copy link

this would be nice to have

@treio
Copy link

treio commented Sep 6, 2023

@sstur would it be possible to merge this one anytime soon?

@aroy314
Copy link

aroy314 commented Oct 31, 2024

In the meantime, you can bypass the error if you add this in your package.json :

"overrides": {
    "react-rte": {
      "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0 || ^18.0.0",
      "react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0 || ^18.0.0"
    }
  },`

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

Successfully merging this pull request may close these issues.

4 participants