Skip to content

Commit d9d3120

Browse files
committed
fix: adjust GLTF type import in loader so we do not rely on three-stdlib
1 parent 939afb3 commit d9d3120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/angular-three/src/lib/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
forkJoin,
1414
take,
1515
} from 'rxjs';
16-
import type { GLTF } from 'three-stdlib';
16+
import type { GLTF } from 'three/examples/jsm/loaders/GLTFLoader';
1717
import type { NgtBranchingReturn, NgtLoaderExtensions, NgtLoaderResult, NgtObjectMap } from './types';
1818
import { makeObjectGraph } from './utils/make';
1919

0 commit comments

Comments
 (0)