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
Hi! When upgrading to r167, I notice that a few types are no longer present. In my case all of the following types were missing:
import {
type WebGLCapabilities,
type WebGLColorBuffer,
type WebGLDepthBuffer,
type WebGLExtensions,
type WebGLInfo,
type WebGLRenderLists,
type WebGLState,
type WebGLStencilBuffer
} from 'three';
Hi! When upgrading to r167, I notice that a few types are no longer present. In my case all of the following types were missing:
I suspect this happened in PR #1079.
Could you confirm whether this is indeed a bug, or if I'm missing something?
Thanks
The text was updated successfully, but these errors were encountered: