Skip to content
Discussion options

You must be logged in to vote

Ok, I got it to install without dependency conflicts. Needed to do some overrides, and I was able to install @react-three/fiber@beta:

  "overrides": {
    "@gsap/react": {
      "react": "19.0.0"
    },
    "@prismicio/next": {
      "react": "19.0.0",
      "next": "15.0.3"
    },
    "next": {
      "react": "19.0.0",
      "react-dom": "19.0.0"
    },
    "@react-three/drei": {
      "@react-three/fiber": "9.0.0-beta.1"
    }
  }

My suggestion, wait a bit for Next, and others to add React 19 to their peerDependencies, about an hour ago Next.js updated it, and it is most likely coming out on the next release. Same with other packages that depended on specific RC versions.

You can see a …

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@icyJoseph
Comment options

@SenneChristiaens
Comment options

@icyJoseph
Comment options

@icyJoseph
Comment options

Answer selected by SenneChristiaens
@SenneChristiaens
Comment options

@icyJoseph
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants