forked from elastic/eui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiPortal] convert to a function component, fix ssr bug (elastic#6055)
* convert EuiPortal to a function component, remove euiBody-hasPortalContent css class and usages * changelog * Revert "remove euiBody-hasPortalContent css class and usages" This reverts commit c841fae. * Refactor EuiPortal to a function component; added unit test around portalRef; updated EuiBottomBar tests to account for new portal lifecycle * Update upcoming_changelogs/6055.md Co-authored-by: Constance <[email protected]> * Added cypress tests for EuiPortal insertion logic * Update upcoming_changelogs/6055.md Co-authored-by: Greg Thompson <[email protected]> * Convert EuiWrappingPopover to a function component so changes to anchor are accounted for Co-authored-by: Constance <[email protected]> Co-authored-by: Greg Thompson <[email protected]>
- Loading branch information
1 parent
853cc04
commit 3aacaf9
Showing
8 changed files
with
242 additions
and
108 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
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
Oops, something went wrong.