Skip to content

Commit 0bfa978

Browse files
authored
Add disableRemotePlayback to valid prop types (#3156)
* Add disableRemotePlayback to valid prop-types * Add changeset
1 parent b0014b4 commit 0bfa978

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/odd-dolphins-remember.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@emotion/is-prop-valid': patch
3+
---
4+
5+
Adds `disableRemotePlayback` to the list of allowed props.

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

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const props = {
6565
dir: true,
6666
disabled: true,
6767
disablePictureInPicture: true,
68+
disableRemotePlayback: true,
6869
download: true,
6970
draggable: true,
7071
encType: true,

0 commit comments

Comments
 (0)