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
importvanfrom'mini-van-plate'const{ a }=van.tagsa({id: undefined})
results in a TS2345 error
TS2345: Argument of type { id:undefined; } is not assignable to parameter of type ChildDom<Element, Text>|Props
Type { id:undefined; } is not assignable to type undefined
The text was updated successfully, but these errors were encountered:
btakita
added a commit
to btakita/mini-van
that referenced
this issue
Oct 30, 2023
results in a TS2345 error
The text was updated successfully, but these errors were encountered: