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
I ran into a problem with exceeding the stack size when registering components within components. We might have to re-factor so that the components are included only once in the DOM and then opened by global store or via events. This particularly applies to the NewModel etc. components that have circular dependencies.
The text was updated successfully, but these errors were encountered:
I ran into a problem with exceeding the stack size when registering components within components. We might have to re-factor so that the components are included only once in the DOM and then opened by global store or via events. This particularly applies to the
NewModel
etc. components that have circular dependencies.The text was updated successfully, but these errors were encountered: