Skip to content

Commit

Permalink
Allow anchor to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 6, 2022
1 parent 20100a6 commit 00c559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00c559a

Please sign in to comment.