Skip to content

Commit

Permalink
Add fetchpriority to props (#3093)
Browse files Browse the repository at this point in the history
* Added fetchpriority to props

* Add fetchPriority as well

* Create eighty-garlics-dance.md

* Update .changeset/eighty-garlics-dance.md

---------

Co-authored-by: Oliver Schmidt <social-os@mailbox.org>
  • Loading branch information
DustinBrett and codejet committed Sep 21, 2024
1 parent ad630e3 commit 532ff57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/eighty-garlics-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@emotion/is-prop-valid": patch
---


author: @codejet
author: @DustinBrett

Adds `fetchpriority` and `fetchPriority` 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 @@ -72,6 +72,8 @@ const props = {
draggable: true,
encType: true,
enterKeyHint: true,
fetchpriority: true,
fetchPriority: true,
form: true,
formAction: true,
formEncType: true,
Expand Down

0 comments on commit 532ff57

Please sign in to comment.