-
Typescript gives an error "TS2339: Property shaderExemple does not exist on type JSX.IntrinsicElements" when i using a shader. Please tell me how to fix this error?
|
Beta Was this translation helpful? Give feedback.
Answered by
SrPumpkin
Jan 8, 2025
Replies: 1 comment
-
This problem can be resolved as follows. Our component:
You just need to add this code to any "***.d.ts" file:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SrPumpkin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This problem can be resolved as follows.
Our component:
You just need to add this code to any "***.d.ts" file: