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
Type 'T | undefined' is not assignable to type 'T extends null ? undefined : T'.
Type 'undefined' is not assignable to type 'T extends null ? undefined : T'.(2322)
The text was updated successfully, but these errors were encountered:
TypeScript 3.7.2
Playground link
Compiler Options:
Input:
Output:
Expected behavior:
There is a type error that I didn't expect.
On the function body:
The text was updated successfully, but these errors were encountered: