We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the lib in nextjs with react 18, I get the following warning in the browser console:
Allow attribute will take precedence over 'allowfullscreen'.
This is the code:
<ReactPlayer url={source} loop muted playing playsinline controls={false} className={styles.video} width="100%" height="100%" data-chromatic="ignore" />
No warning
This might be relevant: https://stackoverflow.com/questions/57665508/how-to-resolve-allow-attribute-will-take-precedence-over-allowfullscreen-warni
The text was updated successfully, but these errors were encountered:
9924137
Fixed in 2.10.1
2.10.1
Sorry, something went wrong.
Use allow rather than allowFullScreen
414cb3d
Fixes cookpete/react-player#1444 https://stackoverflow.com/questions/57665508/how-to-resolve-allow-attribute-will-take-precedence-over-allowfullscreen-warni
No branches or pull requests
Current Behavior
Using the lib in nextjs with react 18, I get the following warning in the browser console:
This is the code:
Expected Behavior
No warning
Environment
Other info
This might be relevant: https://stackoverflow.com/questions/57665508/how-to-resolve-allow-attribute-will-take-precedence-over-allowfullscreen-warni
The text was updated successfully, but these errors were encountered: