Open arcady-zherdev opened 2 months ago
Forum post
In our project app, we are encountering a "maximum call stack" error in the console (as shown in the attached screenshot).
Arcady: the Gnt.data.DependencyStore class hasTransitiveDependency method has a recursive call which could cause that on large datasets.
Gnt.data.DependencyStore
hasTransitiveDependency
Forum post
In our project app, we are encountering a "maximum call stack" error in the console (as shown in the attached screenshot).
Arcady: the
Gnt.data.DependencyStore
classhasTransitiveDependency
method has a recursive call which could cause that on large datasets.