modelfusion
modelfusion copied to clipboard
error TS2589: Type instantiation is excessively deep and possibly infinite.
error TS2589: Type instantiation is excessively deep and possibly infinite.
After bump zod from 3.22.4 to 3.23.8 started receiving this issue.
I had the same error. I had to go to zod v3.22.4.
Can confirm. For me, this also causes intellisense to become unusable almost anywhere in the file, and it seems to be a common thing with zod.
out of curiosity, is there any way for me to replace zod with typebox in this project? A wrapper or something, maybe?