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
We have a component A with a huge amount of child-components (and they have further components as well). When we change the state of this component A to 'ready' and have set auto-increase to true, then all the child components raise as well. This causes the browser (even Chrome) to freeze for a while until all components have reached the new state.
It is the same even when you use asynchronous state transitions, because internally it is still handled synchronous.
The text was updated successfully, but these errors were encountered:
We have a component A with a huge amount of child-components (and they have further components as well). When we change the state of this component A to 'ready' and have set auto-increase to true, then all the child components raise as well. This causes the browser (even Chrome) to freeze for a while until all components have reached the new state.
It is the same even when you use asynchronous state transitions, because internally it is still handled synchronous.
The text was updated successfully, but these errors were encountered: