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 d1e4aed commit b6bb57f
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 @@ -188,7 +188,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 b6bb57f

Please sign in to comment.