Skip to content

Commit

Permalink
Merge branch 'main' into let-styledopts-arg-be-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jan 31, 2022
2 parents 894aa3b + d253163 commit 43f318b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-queens-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@emotion/is-prop-valid": patch
---

Added [`abbr`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-abbr) prop to the allowlist of forwardable props.
1 change: 1 addition & 0 deletions packages/is-prop-valid/src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const props = {
* Standard Properties
*/

abbr: true,
accept: true,
acceptCharset: true,
accessKey: true,
Expand Down

0 comments on commit 43f318b

Please sign in to comment.