pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.45k stars 290 forks source link

Fix error in parsing typescript file #114

Closed baku-hatsu closed 2 years ago

baku-hatsu commented 2 years ago

Fix error in parsing typescript file where GLTF conversion to type 'GLTFResult' may be a mistake because neither type sufficiently overlaps with the other.

Error that occurs: Conversion of type 'GLTF' to type 'GLTFResult' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.