Skip to content

Conversation

@Foorack
Copy link
Member

@Foorack Foorack commented Oct 9, 2025

-Invalid DOM property `frameborder`. Did you mean `frameBorder`?
-Invalid DOM property `allowfullscreen`. Did you mean `allowFullScreen`?

Copilot AI review requested due to automatic review settings October 9, 2025 20:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes React DOM property warnings by correcting the casing of HTML attributes in an embedded YouTube iframe. The changes address console warnings about invalid DOM properties that don't match React's expected camelCase naming convention.

  • Corrected frameborder to frameBorder for React compatibility
  • Corrected allowfullscreen to allowFullScreen for React compatibility

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ariesclark
Copy link
Member

@Foorack Can you rebase this?

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.

3 participants