emotion
emotion copied to clipboard
feat(is-prop-valid): add support for popover api
What: Include Popover API attributes as valid props. Fixes #3299
Why: Libraries that depend on this project, like PigmentCSS, use is-prop-valid to forward only valid properties. This enables them to forward Popover API props properly.
How: Popover API attributes were added to the list of valid props
Checklist:
- [ ] Documentation N/A
- [ ] Tests N/A
- [X] Code complete
- [X] Changeset
🦋 Changeset detected
Latest commit: 912cff0396d21529e5480be53c3696d661021681
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| @emotion/is-prop-valid | Minor |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
@emmatown any chance you could review this PR?
@emmatown @EnzoAlbornoz what's the update here? Seems like no updates have been made to is-prop-valid in over a year, and I would love to upgrade it to get rid of some warnings in styled-components.