Skip to content

Commit 532ff57

Browse files
DustinBrettcodejet
andauthored
Add fetchpriority to props (#3093)
* Added fetchpriority to props * Add fetchPriority as well * Create eighty-garlics-dance.md * Update .changeset/eighty-garlics-dance.md --------- Co-authored-by: Oliver Schmidt <[email protected]>
1 parent ad630e3 commit 532ff57

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/eighty-garlics-dance.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@emotion/is-prop-valid": patch
3+
---
4+
5+
6+
author: @codejet
7+
author: @DustinBrett
8+
9+
Adds `fetchpriority` and `fetchPriority` to the list of allowed props.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ const props = {
7272
draggable: true,
7373
encType: true,
7474
enterKeyHint: true,
75+
fetchpriority: true,
76+
fetchPriority: true,
7577
form: true,
7678
formAction: true,
7779
formEncType: true,

0 commit comments

Comments
 (0)