fix(Popper): add null & connected checks for document [6.2.x patch]#12285
fix(Popper): add null & connected checks for document [6.2.x patch]#12285kmcfaul wants to merge 1 commit intopatternfly:6.2.xfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview: https://patternfly-react-pr-12285.surge.sh A11y report: https://patternfly-react-pr-12285-a11y.surge.sh |
What: Closes #12255
Adds a fallback to
window.documentforgetDocumentElement.tsand addsisConnectedchecks foruseIsomorphicLayoutEffectbeforecreatePopperis called.