-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX beta] Fix outlet regressions
Closes #10478 by changing the way we account for routes that don't do a default `render()`. Fixes issue in comments of #10606 to make us tolerant of multiple renders on top of each other. Close #10658 by respecting a non-default template rendered into a main outlet as our own template. Close #10606 by running disconnectOutlet against all active routes, not just the current one. (*shudder*) (cherry picked from commit a994491)
- Loading branch information
Showing
3 changed files
with
181 additions
and
36 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
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