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
Argument of type 'Pair<unknown, unknown>' is not assignable to parameter of type 'Id<undefined>'.
Type 'Pair<unknown, unknown>' is not assignable to type 'Pair<undefined, unknown>'.
Type 'Pair<unknown, unknown>' is not assignable to type '{ readonly __nominal_Pair: unique symbol; readonly __pred: undefined; readonly __obj: unknown; }'.
Types of property '__pred' are incompatible.
Type 'unknown' is not assignable to type 'undefined'.ts(2345)
The text was updated successfully, but these errors were encountered:
Description
gives a type error:
The text was updated successfully, but these errors were encountered: