fix(Popper): add null & connected checks for document [6.4.x patch]#12286
fix(Popper): add null & connected checks for document [6.4.x patch]#12286kmcfaul wants to merge 2 commits intopatternfly:6.4.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://pf-react-pr-12286.surge.sh A11y report: https://pf-react-pr-12286-a11y.surge.sh |
Yarn hardened mode on public PRs rejects a lockfile that lists stale dependencies for react-router@7.13.0. Refresh the lockfile so `yarn install --immutable` succeeds in CI. Made-with: Cursor
What: Closes #12255
Adds a fallback to
window.documentforgetDocumentElement.tsand addsisConnectedchecks foruseIsomorphicLayoutEffectbeforecreatePopperis called.