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
Typescript 4.4 breaks when compiling with chart.js due interface changes. There are missing interfaces since they have been removed and it fails to compile on bundlers like vite.
eg. Interface OffscreenCanvasRenderingContext2D has been removed and fails on:
microsoft/TypeScript-DOM-lib-generator#1029 (comment)
Typescript 4.4 breaks when compiling with chart.js due interface changes. There are missing interfaces since they have been removed and it fails to compile on bundlers like vite.
eg. Interface
OffscreenCanvasRenderingContext2D
has been removed and fails on:The text was updated successfully, but these errors were encountered: