You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): type instantiation is excessively deep and possibly infinite
When using MergeDeep type-fest even with simple structures we get this error
For typescript > 4.5.5 this trick fix the issue by forcing TS to infer the value
And reuse it instead of computing multiple time
0 commit comments