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
The change #611 produces TS error TS2589: 'Type instantiation is excessively deep and possibly infinite' when applied to my application code (as a result of computing all the intersections of each key in Keys with it's Required<> version).
The text was updated successfully, but these errors were encountered:
andyjy
changed the title
TS2589: 'Type instantiation is excessively deep and possibly infinite' introduced by SetRequired<> update in v3.10.0
'Type instantiation is excessively deep..' error caused by update to SetRequired<> in v3.10.0
May 29, 2023
The change #611 produces TS error
TS2589: 'Type instantiation is excessively deep and possibly infinite'
when applied to my application code (as a result of computing all the intersections of each key inKeys
with it'sRequired<>
version).The text was updated successfully, but these errors were encountered: