pmndrs / gltfjsx

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

useAnimations typing updated, remove typecast. #66

Closed Code47X closed 3 years ago

Code47X commented 3 years ago

Drei's useAnimations argument types were updated to include undefined in the latest version. This typecast will still prevent a ts error in older versions of drei if that's something you want to consider, otherwise it's no longer necessary.