Eytanm
1
Everything seems in place, but keep getting an error after adding
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
You may need to add .js
. Does the following work?
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';