Skip to content

Commit d253163

Browse files
Added abbr prop to the allowlist of forwardable props (#2621)
* Add abbr attribute to list of valid attributes https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attributes * Create ninety-queens-fly.md Co-authored-by: Mateusz Burzyński <[email protected]>
1 parent 3d672ac commit d253163

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/ninety-queens-fly.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@emotion/is-prop-valid": patch
3+
---
4+
5+
Added [`abbr`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-abbr) prop to the allowlist of forwardable props.

packages/is-prop-valid/src/props.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const props = {
2020
* Standard Properties
2121
*/
2222

23+
abbr: true,
2324
accept: true,
2425
acceptCharset: true,
2526
accessKey: true,

0 commit comments

Comments
 (0)