OOM errors on checking types when using >= 7.42.0 #9881
Replies: 2 comments 2 replies
-
Could be related to this: #9873 will release the patch today, hopefully this would resolve the issue? |
Beta Was this translation helpful? Give feedback.
-
Hey, same here, we were running 7.39.3 and when we upgraded to the latest version in the 7.44 series we noticed an exaggerated amount of memory used and time taken to check types:
We started checking RHF versions down and the last we could find with acceptable memory usage and check times was 7.41.5 (results below), anything from 7.42.0 and beyond gave results alike to the one above.
And not only the usage of resources, versions from 7.42.0 and beyond report type errors that are not present in 7.41.5. |
Beta Was this translation helpful? Give feedback.
-
With any version newer than 7.41.5, we're running into OOM errors with our fairly large Next.js application:
This is happening during the "Linting and checking validity of types..." step.
Has anybody noticed anything similar?
I'll also dig a bit deeper and see if I can determine what's causing it.
Beta Was this translation helpful? Give feedback.
All reactions