-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
Typescript Errors in Web version and CLI using --types
option
#246
Comments
sangrepura
changed the title
Typescript Errors in Web version
Typescript Errors in Web version and CLI using Feb 9, 2024
--types
option
Same errors using the latest cli as well:
|
I just ran the CLI version with (a) TS2339: Property 'instanceMatrix' does not exist on type 'Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>'. (b) TS2304: Cannot find name 'GLTFAction'.
161 | PaletteMaterial001: THREE.MeshStandardMaterial
162 | }
> 163 | animations: GLTFAction[] Would be great if someone can confirm if there's a currently known-working version that I can pin, and also get some test coverage on the typescript-generating code paths. |
btoo
added a commit
to btoo/gltfjsx
that referenced
this issue
May 19, 2024
this is a partial fix for pmndrs#246 specifically for pmndrs#246 (comment)
should be fixed by #260 |
btoo
added a commit
to btoo/gltfjsx
that referenced
this issue
May 19, 2024
this is a partial fix for pmndrs#246 specifically for pmndrs#246 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description:
Code output by
https://gltf.pmnd.rs/
has numerous Typescript errorsScreenshot
Sample Code
The text was updated successfully, but these errors were encountered: