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
This is the simplest repro of an issue that prevents the use of recursive mapped types for any type that contain any properties (or properties of properties etc...) typed using a recursive type alias.
🔎 Search Terms
Type Alias
Mapped Types
Recursive Types
Type instantiation is excessively deep and possibly infinite
Bug Report
This is the simplest repro of an issue that prevents the use of recursive mapped types for any type that contain any properties (or properties of properties etc...) typed using a recursive type alias.
🔎 Search Terms
🕗 Version & Regression Information
Since 3.7
⏯ Playground Link
Playground Link
💻 Code
🙁 Actual behavior
Type instantiation is excessively deep and possibly infinite. (2589)
🙂 Expected behavior
Expected to compile successfully
The text was updated successfully, but these errors were encountered: