Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsamson7 committed Oct 31, 2024
1 parent c224d9a commit e05167a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions modulefederation/apps/portal-shell/src/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"component": "HomeComponent",
"isDefault": true
},
{
"id": "react",
"label": "React"
},
{
"id": "**",
"label": "Page not found",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export class ReactComponentWrapper implements AfterContentInit, OnDestroy {
// implement OnDestroy

ngOnDestroy(): void {
this.root.unmount()
this.root?.unmount()
}
}

0 comments on commit e05167a

Please sign in to comment.