modelfusion icon indicating copy to clipboard operation
modelfusion copied to clipboard

error TS2589: Type instantiation is excessively deep and possibly infinite.

Open lcsvcn opened this issue 1 year ago • 2 comments

error TS2589: Type instantiation is excessively deep and possibly infinite.

Screenshot 2024-05-13 at 12 48 35

After bump zod from 3.22.4 to 3.23.8 started receiving this issue.

lcsvcn avatar May 13 '24 15:05 lcsvcn

I had the same error. I had to go to zod v3.22.4.

carloslfu avatar May 31 '24 02:05 carloslfu

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?

0XPW87 avatar Aug 08 '24 00:08 0XPW87