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
With TypeScript we cannot infer when to stop recursion. Each nested level adds a bigger amount of compute to the type checker and the LSP.
We decided to cut recursion because with some schemas that link to themselves (or to themselves in 2 levels) the IDE language services would crash itself.
Describe the bug
The TS SDK encounters an error beyond 3 levels of recursion for linked columns.
The text was updated successfully, but these errors were encountered: