diff --git a/packages/components/src/popover/README.md b/packages/components/src/popover/README.md index 25ebe5d70367d..e64be2fcdea9c 100644 --- a/packages/components/src/popover/README.md +++ b/packages/components/src/popover/README.md @@ -196,7 +196,7 @@ The element that should be used by the `Popover` as its anchor. It can either be The element should be stored in state rather than a plain ref to ensure reactive updating when it changes. -- Type: `Element | VirtualElement` +- Type: `Element | VirtualElement | null` - Required: No ### anchorRect