-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RC-25445): use querySelectorPortal in pcln-menu and pcln-popover …
…only when provided as a prop (#1510) * fix(RC-25445): use querySelectorPortal in pcln-menu only when provided as a prop * update * update * update * update * update * update * update
- Loading branch information
Showing
8 changed files
with
79 additions
and
6 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-design-system/fix-RC-25445-menuSSR_2024-08-12-15-53.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "pcln-design-system", | ||
"comment": "use querySelectorPortal in pcln-menu only when provided to fix SSR issues", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "pcln-design-system" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-menu/fix-RC-25445-menuSSR_2024-08-12-15-53.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "pcln-menu", | ||
"comment": "use querySelectorPortal in pcln-menu only when provided to fix SSR issues", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "pcln-menu" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-popover/fix-RC-25445-menuSSR_2024-08-12-16-20.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "pcln-popover", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "pcln-popover" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-popover/fix-RC-25445-menuSSR_2024-08-12-16-27.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "pcln-popover", | ||
"comment": "do not query the DOM if querySelectorPortal is falsy", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "pcln-popover" | ||
} |
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