diff --git a/packages/core/src/components/popover/popover.tsx b/packages/core/src/components/popover/popover.tsx index a3a586684a..861ce9c877 100644 --- a/packages/core/src/components/popover/popover.tsx +++ b/packages/core/src/components/popover/popover.tsx @@ -192,7 +192,7 @@ export interface IPopoverProps extends IOverlayableProps, IProps { * enough room in the viewport. This is equivalent to: * ``` * const tetherOptions = { - * constraints: { attachment: "together", to: "scrollParent" }, + * constraints: [{ attachment: "together", to: "scrollParent" }] * }; * ``` * @default false