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
When trying to run tsc on my project after converting it to TypeScript, I noticed an error coming from the latest version (1.0.5) of this package.
node_modules/@wonderlandengine/components/dist/vrm.d.ts(130,32): error TS2304: Cannot find name 'GLTFExtensions'.
This is likely caused by the comment above the function declaration of the _initializeVrm function having @param {GLTFExtensions} in there, which sets the type of the parameter of the function to GLTFExtensions.
The text was updated successfully, but these errors were encountered:
When trying to run
tsc
on my project after converting it to TypeScript, I noticed an error coming from the latest version (1.0.5) of this package.node_modules/@wonderlandengine/components/dist/vrm.d.ts(130,32): error TS2304: Cannot find name 'GLTFExtensions'.
This is likely caused by the comment above the function declaration of the
_initializeVrm
function having@param {GLTFExtensions}
in there, which sets the type of the parameter of the function toGLTFExtensions
.The text was updated successfully, but these errors were encountered: