Skip to content

Commit

Permalink
Add inert to the list of valid props (#1736)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Hamilton <[email protected]>
  • Loading branch information
bezoerb and emmatown authored Feb 26, 2020
1 parent 4dfe558 commit 12141c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-cows-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/is-prop-valid': patch
---

Adds inert to the list of allowed props
2 changes: 2 additions & 0 deletions packages/is-prop-valid/src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ const props = {
autoSave: true,
// color is for Safari mask-icon link
color: true,
// https://html.spec.whatwg.org/multipage/interaction.html#inert
inert: true,
// itemProp, itemScope, itemType are for
// Microdata support. See http://schema.org/docs/gs.html
itemProp: true,
Expand Down

0 comments on commit 12141c5

Please sign in to comment.