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 only allow registering Child Apps. But there is no public API to remove them.
Proposal
Implement app.unregisterApp(childAppName) method.
The argument childAppName is a string, and it will look for any registered Child App with that name, and remove them. If they happen to have instances, then their instances should be properly destroyed (so that their callbacks can fire properly).
The text was updated successfully, but these errors were encountered:
Currently
We only allow registering Child Apps. But there is no public API to remove them.
Proposal
Implement
app.unregisterApp(childAppName)
method.The argument
childAppName
is a string, and it will look for any registered Child App with that name, and remove them. If they happen to have instances, then their instances should be properly destroyed (so that their callbacks can fire properly).The text was updated successfully, but these errors were encountered: