fix(ui-client): OverlayScrollbars crashes application when rendering elements in a different document (#40391)

pull/38482/merge
gabriellsh 4 days ago committed by GitHub
parent 9d56c43984
commit bb83777041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/ui-client/src/components/CustomScrollbars/CustomScrollbars.tsx

@ -25,7 +25,7 @@ const CustomScrollbars = forwardRef<HTMLElement, CustomScrollbarsProps>(function
const { current: root } = rootRef;
if (root) {
initialize(root);
initialize({ target: root });
const instance = osInstance();
if (!instance || !ref) {

Loading…
Cancel
Save