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 1ae9489 commit 6cdb569Copy full SHA for 6cdb569
.changeset/curvy-mangos-clap.md
@@ -0,0 +1,5 @@
1
+---
2
+'@emotion/is-prop-valid': patch
3
4
+
5
+add "on" amp html attribute to the whitelist
packages/is-prop-valid/src/props.js
@@ -193,6 +193,8 @@ const props = {
193
// https://html.spec.whatwg.org/multipage/microdata.html#microdata-dom-api
194
itemID: true,
195
itemRef: true,
196
+ // used in amp html for eventing purposes
197
+ on: true,
198
// results show looking glass icon and recent searches on input
199
// search fields in WebKit/Blink
200
results: true,
0 commit comments