pmndrs / gltfjsx

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

Auto import tag correction for useAnimations #73

Closed eraygundogmus closed 3 years ago

eraygundogmus commented 3 years ago

İssue : Can't resolve useAnimations in '@react-three/drei/useAnimations'

Fixed:

import { useAnimations } from '@react-three/drei/core/useAnimations'

joshuaellis commented 3 years ago

duplicate issue relating to this pr: https://github.com/pmndrs/gltfjsx/pull/65

eraygundogmus commented 3 years ago

Thanks, I did not notice it.