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 the component is being created in a context that is already part of
an asynchronous creation, the incubator will join that existing
incubation and execute asynchronously.
As a result, the existing incubation won't be Ready until both have been
completed
Otherwise, if the component is being create in a syncrhonous context the
incubation will execute synchronously.
Issue: #130
QmlObject creates components with an incubation controller and their own engine.
The text was updated successfully, but these errors were encountered: