You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, unfortunately sometimes some changes sneak in through DefinitelyTyped and are merged in by DT maintainers without waiting for our review. In this case DefinitelyTyped/DefinitelyTyped#55977 was the PR that snuck through.
three
version: Boundary between r132 / r133node
version: ----npm
(oryarn
) version: ----Problem description:
@types/three#0.132.1
.I just noticed that the type signature of
GLTFReference
inGLTFLoader.d.ts
has been changed tor133
's one by mistake.You might possibly have been used
dev
instead ofmaster
when you publish0.132.1
...?Relevant code:
GLTFLoader.d.ts @ @types/three#0.132.0
:https://unpkg.com/browse/@types/[email protected]/examples/jsm/loaders/GLTFLoader.d.ts
GLTFLoader.d.ts @ @types/three#0.132.1
:https://unpkg.com/browse/@types/[email protected]/examples/jsm/loaders/GLTFLoader.d.ts
The PR introduces the change (
three
):mrdoob/three.js#21737
The text was updated successfully, but these errors were encountered: