-
Notifications
You must be signed in to change notification settings - Fork 699
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
<Edges> doesn't support geometry
prop anymore after v9.102.0
#1893
Comments
1 task
🎉 This issue has been resolved in version 9.107.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you @nickthegroot for the fix! <Edges
geometry={
new BoxGeometry(1,1,1)
)
}
...
>
<lineBasicMaterial linewidth="5" color="#ff0000" />
</Edges> Edit: <Edges
geometry={
new BoxGeometry(1,1,1)
)
}
linewidth="5"
color="#ff0000"
...
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@react-three/drei
version: ^9.102.0Problem description:
eda9829 breaks
geometry
prop as documented in https://github.com/pmndrs/drei#edgesRelevant code:
I'm using
<Edges>
like this and would like to keep using it with ageometry
prop:Suggested solution:
I tried fixing it with:
but this results in a lot more errors down the line, which I'm currently not able to solve
The text was updated successfully, but these errors were encountered: