Open rickwebiii opened 3 years ago
The attached playground compiles happily and quickly in Typescript 4.1.5, but fails with "Type instantiation is excessively deep and possibly infinite" in Typescript 4.2.3. Is a conditional distributing that didn't use to?
Playground link with relevant code
4.2.3: Compilation error nightly: Compilation error
4.1.5: Compiles quickly and works fine
The problem still exist with 4.4
Bug Report
The attached playground compiles happily and quickly in Typescript 4.1.5, but fails with "Type instantiation is excessively deep and possibly infinite" in Typescript 4.2.3. Is a conditional distributing that didn't use to?
🔎 Search Terms
🕗 Version & Regression Information
⏯ Playground Link
Playground link with relevant code
💻 Code
🙁 Actual behavior
4.2.3: Compilation error nightly: Compilation error
🙂 Expected behavior
4.1.5: Compiles quickly and works fine