Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ support to pass a new container for remounting #992

Merged
merged 1 commit into from
Oct 12, 2020
Merged

Conversation

kuitos
Copy link
Member

@kuitos kuitos commented Oct 12, 2020

ref #518
支持 remount 时挂载到一个新的 container 节点上


This change is Reviewable

Comment on lines -32 to +34
const { mount, ...otherMicroAppConfigs } = await loadApp(
{ name, props, ...appConfig },
frameworkConfiguration,
lifeCycles,
);
const { mount, ...otherMicroAppConfigs } = (
await loadApp({ name, props, ...appConfig }, frameworkConfiguration, lifeCycles)
)();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

学习了 = =

@howel52 howel52 merged commit e75e680 into master Oct 12, 2020
@howel52 howel52 deleted the fix/cache-loader branch October 12, 2020 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants