Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing types in r167 #1142

Closed
haakonflatval-cognite opened this issue Aug 12, 2024 · 1 comment · Fixed by #1144
Closed

Missing types in r167 #1142

haakonflatval-cognite opened this issue Aug 12, 2024 · 1 comment · Fixed by #1144

Comments

@haakonflatval-cognite
Copy link

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';

I suspect this happened in PR #1079.

Could you confirm whether this is indeed a bug, or if I'm missing something?

Thanks

@Methuselah96
Copy link
Contributor

Yes, it's a bug, I'll create a PR to fix it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants