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
If a WorkflowViewStub is created, and then update() called before it is added to another view, the view returned from the registry will never be added to the parent, and the initial rendering will never show. It will not show until the stub is updated with a non-null parent.