I updated threejs from 1.4.1 to 1.5.9 then, tried also to update imports according to documentation:
import { DRACOLoader } from 'three/addons/loaders/DRACOLoader.js';
Then it says dependency is not found, while old imports are working: import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js'
Also getting this warning:
[12:11:40 PM] WARN Scripts “build/three.js” and “build/three.min.js” are deprecated with r150+, and will be removed with r160. Please use ES Modules or alternatives
'./../model/mymodel.glb' just a heads up, this is most likely not the issue, but if …/ is attempting to move outside the src folder this is an invalid path. given /public/model/mymodel.glb the correct path would be '/model/mymodel.glb'.