You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used the documentation found in Drei's ReadMe file to create a radial gradient; however, I'm using typescript and an error is popping up no matter what I try to do.
The error only occurs when using the GradientType.Radial
Thank you for contributing! We’re marking this issue as stale as a gentle reminder to revisit it and give it the attention it needs to move forward.
Any activity, like adding an update or comment, will automatically remove the stale label so it stays on our radar.
Feel free to reach out on Discord if you need support or feedback from the community. This issue will close automatically soon if there’s no further activity. Thank you for understanding and for being part of the project!
three
version: 0.164.1@react-three/fiber
version: 8.16.6@react-three/drei
version: 9.105.6node
version: 21.7.3npm
version: 10.2.1Problem description:
I've used the documentation found in Drei's ReadMe file to create a radial gradient; however, I'm using typescript and an error is popping up no matter what I try to do.
The error only occurs when using the
GradientType.Radial
Relevant code:
The error that shows when hovering over
type = {GradientType.Radial}
is as follows:Suggested solution:
I have searched everywhere trying to find the solution and I've found nothing. The file mentioned in the error contains the following:
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: