-
Notifications
You must be signed in to change notification settings - Fork 221
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
Uncaught DOMException: Failed to construct 'PresentationRequest': The document is sandboxed and lacks the 'allow-presentation' flag #384
Comments
Experiencing this too, same setup pretty much. I found this issue/fix on a different package which may help get this resolved. |
Yes
yes I found this fix too, but it's on another package. And react-youtube doesn't provide an ability to add 'sandbox' property. So how could I add 'allow-presentation' to the sandbox for react-youtube. |
It was more posted for the devs to reference if/when they get to fixing it for this package. Unfortunately I don't think its possible to apply |
The YouTube iframe API already adds the |
|
Yes, iframe has allow-presentation but error still appears in console |
Does anyone fixed this yet ? I got same error... |
Having the same issue. The |
I have this mistake when installed latest version: 10.1.0
react-youtube: v10.1.0
react: 17.0.2
The text was updated successfully, but these errors were encountered: