fix: React 18 element.ref was accessed error (#9208)

Bump @radix-ui/react-popover to fix element.ref React 19 error

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Márk Tolmács 2025-03-02 14:24:50 +01:00 committed by GitHub
parent 68578556ff
commit 2523624f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 210 additions and 8 deletions

View file

@ -14,8 +14,8 @@ interface PropertiesPopoverProps {
onClose: () => void;
onKeyDown?: React.KeyboardEventHandler<HTMLDivElement>;
onPointerLeave?: React.PointerEventHandler<HTMLDivElement>;
onFocusOutside?: Popover.DismissableLayerProps["onFocusOutside"];
onPointerDownOutside?: Popover.DismissableLayerProps["onPointerDownOutside"];
onFocusOutside?: Popover.PopoverContentProps["onFocusOutside"];
onPointerDownOutside?: Popover.PopoverContentProps["onPointerDownOutside"];
}
export const PropertiesPopover = React.forwardRef<

View file

@ -63,7 +63,7 @@
"@excalidraw/laser-pointer": "1.3.1",
"@excalidraw/mermaid-to-excalidraw": "1.1.2",
"@excalidraw/random-username": "1.1.0",
"@radix-ui/react-popover": "1.0.3",
"@radix-ui/react-popover": "1.1.6",
"@radix-ui/react-tabs": "1.0.2",
"browser-fs-access": "0.29.1",
"canvas-roundrect-polyfill": "0.0.1",