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
Normally I would get that type by adding the dom lib in Typescript, but I can't do that with miniprogram-api-typing installed, because miniprogram-api-typing has definitions for console, which conflicts with the dom lib.
The text was updated successfully, but these errors were encountered:
CanvasRenderingContext2D
is used here: https://github.com/wechat-miniprogram/lottie-miniprogram/blob/master/src/index.d.ts#L8, and there could be other uses for that type as well.Normally I would get that type by adding the
dom
lib in Typescript, but I can't do that with miniprogram-api-typing installed, because miniprogram-api-typing has definitions for console, which conflicts with thedom
lib.The text was updated successfully, but these errors were encountered: