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
In the absence of the seemingly redundant `| any` TS will infer the type parameter to be regardless of what the default type says. This behavior is consistent across all recent major releases of TypeScript.
Fixes#797. Fixes DE-686. Fixes OASIS-25471.
0 commit comments