Skip to content

Updated peerDependencies - React 18.x.x#456

Open
iamibrahimriaz wants to merge 1 commit into
sstur:masterfrom
iamibrahimriaz:support-react18
Open

Updated peerDependencies - React 18.x.x#456
iamibrahimriaz wants to merge 1 commit into
sstur:masterfrom
iamibrahimriaz:support-react18

Conversation

@iamibrahimriaz

Copy link
Copy Markdown

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

@Whitelistedd

Copy link
Copy Markdown

this would be nice to have

@treio

treio commented Sep 6, 2023

Copy link
Copy Markdown

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

@aroy314

aroy314 commented Oct 31, 2024

Copy link
Copy Markdown

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