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

Support React 18 #69

Open
marcsoler opened this issue Dec 16, 2022 · 3 comments
Open

Support React 18 #69

marcsoler opened this issue Dec 16, 2022 · 3 comments

Comments

@marcsoler
Copy link

Readme states the support of "React 16.8 or later" yet it's a bit outdated now and not installable on a React v18 project:

"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.6 || ^17.0.0"
},

I've force-installed this package into my project and so far works well with React 18 so I believe there is an easy fix to solve/update this.

@benoror
Copy link

benoror commented Feb 7, 2023

x2 Using this with React 18 with no issues!

@hoIIer
Copy link

hoIIer commented Apr 18, 2023

Just ran into this, can we get the peer dependencies updated please?

@benoror how did you force install it?

@benoror
Copy link

benoror commented Apr 18, 2023

  "overrides": {
    "jsonapi-react": {
      "react": "^16.8.0 || ^17.0.0 || ^18.0.0", 
      "react-dom": "^16.8.6 || ^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

No branches or pull requests

3 participants