Skip to content

Commit

Permalink
Add disableRemotePlayback to valid prop types (#3156)
Browse files Browse the repository at this point in the history
* Add disableRemotePlayback to valid prop-types

* Add changeset
  • Loading branch information
nnguyen01 committed Feb 27, 2024
1 parent b0014b4 commit 0bfa978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-dolphins-remember.md
@@ -0,0 +1,5 @@
---
'@emotion/is-prop-valid': patch
---

Adds `disableRemotePlayback` to the list of allowed props.
1 change: 1 addition & 0 deletions packages/is-prop-valid/src/props.js
Expand Up @@ -65,6 +65,7 @@ const props = {
dir: true,
disabled: true,
disablePictureInPicture: true,
disableRemotePlayback: true,
download: true,
draggable: true,
encType: true,
Expand Down

0 comments on commit 0bfa978

Please sign in to comment.