-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(portal-host): unable to clear and portal reference not being set
* Fixes not being able to clear an attached `PortalHost` by setting its contents to `null`. * Fixes the `portal` reference not being set, if the portal host gets populated programmatically. * Clears references to the attached portal on destroy. * Switches to calling the inherited methods via `super`, instead of `this`, making it easier to spot which ones are inherited.
- Loading branch information
Showing
2 changed files
with
65 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters