Skip to content

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