Skip to content

is there a version that will work with React Three Fiber? #3

Answered by srcnalt
carmandale asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, this package is based on React Three Fiber. The dependencies are as follows:

{
  "@react-three/drei": "^7.2.2",
  "@react-three/fiber": "7.0.5",
  "@types/three": "^0.130.1",
  "three": "^0.130.1"
}

If you mean react-three-fiber (which is now obsolete) instead of @react-three/fiber I do not have plans to convert it to older versions.

Otherwise could you provide more detail on the problem you are having?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by srcnalt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1 on August 04, 2021 19:37.