From ea10947feab683896762f3320e449ab395e7f157 Mon Sep 17 00:00:00 2001 From: Daniel Lu Date: Thu, 30 Jul 2026 14:18:39 -0700 Subject: [PATCH] chore: omit shouldSkipAnimation from S2 Popover --- packages/@react-spectrum/s2/src/Popover.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@react-spectrum/s2/src/Popover.tsx b/packages/@react-spectrum/s2/src/Popover.tsx index b003c170336..9fe8b4c1439 100644 --- a/packages/@react-spectrum/s2/src/Popover.tsx +++ b/packages/@react-spectrum/s2/src/Popover.tsx @@ -53,6 +53,7 @@ export interface PopoverProps | 'isKeyboardDismissDisabled' | 'shouldCloseOnInteractOutside' | 'shouldUpdatePosition' + | 'shouldSkipAnimation' | 'style' | 'className' | 'render'