9885008357
* make the ref optional in the `Popover` component We "required" the prop to calculate the `ownerDocument`. But if you don't provide a ref, then we will use the `Popover.Button` to calculate it. If that's not defined, then we can fallback to the default `document`. * update changelog