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
I encountered this when converting function-builder NotInvertibleSymbolNode to TypeScript. It uses the attribute option of Animation. That option is documented in comments (search for 'attribute' in Animation.ts). But attribute is not included in AnimationOptions.
I'll use@ts-expect-error in NotInvertibleSymbolNode.ts for now. @jonathanolson can you please look at this?
The text was updated successfully, but these errors were encountered:
I encountered this when converting function-builder NotInvertibleSymbolNode to TypeScript. It uses the
attribute
option of Animation. That option is documented in comments (search for 'attribute' in Animation.ts). Butattribute
is not included inAnimationOptions
.I'll use
@ts-expect-error
in NotInvertibleSymbolNode.ts for now. @jonathanolson can you please look at this?The text was updated successfully, but these errors were encountered: