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
Diagnostics:
1. Argument of type 'A' is not assignable to parameter of type 'never'.
The intersection 'Member<"A1", string> & Member<"A2", number>' was reduced to 'never' because property '[tagKey]' has conflicting types in some constituents.
Type 'Member<"A1", string>' is not assignable to type 'never'.
The text was updated successfully, but these errors were encountered:
The conditional type in Constructor is distributing over the union B. It can be solved by changing the condition from B extends undefined to [B] extends [undefined], per this comment.
The text was updated successfully, but these errors were encountered: