emotion-js/emotion

Popover API attributes as valid props

Opened this issue · 0 comments

The problem

Currently, there is no support for popover API properties in @emotion/is-prop-valid. So these properties are dropped, and the final component doesn't work.

Proposed solution

Include Popover API properties (popover, popovertarget, and popovertargetaction) in the valid props list.

Additional context