can anyone give me solution of this i got this error : THREE.PropertyBinding: No target node found for track:
const { nodes, materials } = useGLTF(“/hitesh.glb”);
const modal = useRef();
const { animations: typedAnimations } = useFBX(“/Typing.fbx”);
typedAnimations[0].name = “Typing”;
const { actions } = useAnimations(typedAnimations, modal);
useEffect(() => {
actions[“Typing”].reset().play();
}, ); i dont have blander but i donwload glb from sketchfab then convert it fbx and uplad on mixamon and ad animation then donload it biary fbx but when i apply it then it show error and animation not work