#typescript 4.5 has been released and now it fails to compile code because of
TS2589: Type instantiation is excessively deep and possibly infinite.
Some combination of fp-ts, typebox is causing this now.
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
#typescript 4.5 has been released and now it fails to compile code because of
TS2589: Type instantiation is excessively deep and possibly infinite.
Some combination of fp-ts, typebox is causing this now.
https://github.com/sinclairzx81/typebox/issues/120
Downgrade to 4.4.4 fixed it for me.