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
TSJ - 104: Unexpected type "enum-2098387231-0-42-2098387231-0-150" (expected "LiteralType.js" or "StringType.js" or
"NumberType.js")
11 export type Value = KVMap[Variant];
I'm happy to try put together a PR for this
The text was updated successfully, but these errors were encountered:
Hi,
Great library!
I think I've found a limitation that you cannot use enums and unions as an index for a Record type.
Repro:
Union
Expected:
Actual:
Enum
Expected:
Actual:
I'm happy to try put together a PR for this
The text was updated successfully, but these errors were encountered: