TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Error TS2430 (TS) Interface 'WebGLRenderingContext' incorrectly extends interface 'WebGLRenderingContextBase'.

Open bjornbacklund opened this issue 1 year ago • 0 comments

Moved to TS 5.3 and now all projects using BabylonJS fails with this:

Error TS2430 (TS) Interface 'WebGLRenderingContext' incorrectly extends interface 'WebGLRenderingContextBase'. Types of property 'COLOR_ATTACHMENT0' are incompatible. Type 'number' is not assignable to type '36064'. Miscellaneous C:\Program Files (x86)\Microsoft SDKs\TypeScript\5.3\lib.dom.d.ts

bjornbacklund avatar Jan 03 '24 07:01 bjornbacklund