We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad630e3 commit 532ff57Copy full SHA for 532ff57
.changeset/eighty-garlics-dance.md
@@ -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
@@ -72,6 +72,8 @@ const props = {
72
draggable: true,
73
encType: true,
74
enterKeyHint: true,
75
+ fetchpriority: true,
76
+ fetchPriority: true,
77
form: true,
78
formAction: true,
79
formEncType: true,
0 commit comments