Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disableRemotePlayback to valid prop-types #3156

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

nnguyen01
Copy link
Contributor

@nnguyen01 nnguyen01 commented Feb 15, 2024

What:

Added disableRemotePlayback to valid prop types.

MDN Docs:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/disableRemotePlayback
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#disableremoteplayback

Supported as of React v17.0

Why:

Similar to styled-components/styled-components#2988 I want to pass disableRemotePlayback to the video html tag.

How:

Adding disableRemotePlayback as a prop in packages/is-prop-valid/src/props.js

Checklist:

  • Documentation
  • Tests
  • Code complete
  • Changeset

Copy link

changeset-bot bot commented Feb 15, 2024

🦋 Changeset detected

Latest commit: 86360a6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@emotion/is-prop-valid Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codesandbox-ci bot commented Feb 15, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@Andarist Andarist merged commit 0bfa978 into emotion-js:main Feb 27, 2024
14 checks passed
@github-actions github-actions bot mentioned this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants