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
Same as #46155. test1 works because the type of T is known to be Config. test2 and test3 don't work, because the type of T is not yet known, so resolving of the conditional is deferred.
Bug Report
typescript: 4.4.3
💻 Code
test1
works well.But in the generic function, T inherits from Config, but ts cannot infer the type
The text was updated successfully, but these errors were encountered: