You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
, andpopovertargetaction
) in the valid props list.Additional context
The text was updated successfully, but these errors were encountered: