react-youtube
react-youtube copied to clipboard
react.js powered YouTube player component
Please check my code. This is very simple component containing just Youtube component. If I add button and launch video - it works completely OK. However I'm getting error trying...
I need to play/pause video by button click (without event access like the one we get in onready). Also I need to get the current time being played  How...
YouTube vides aren't able to load when the option is turned on in preferences. Errors:
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Maybe I'm just missing something entirely but I don't seem to be able to get back the onError codes that YouTube's API is supposed to return: > > onError >...
CORS error
Hello. I've faced up with cors error during local development. Should it work if my domain is `localhost`?
The Chrome web browser recently changed its behaviour regarding cookies. This causes the console to display warnings when using react-youtube. It may possibly break parts of react-youtube in future versions...
I am using Next.js with Tailwind CSS ```json "dependencies": { "next": "12.0.7", "react": "17.0.2", "react-dom": "17.0.2", "react-youtube": "7.14.0" ``` code: ```js ``` With the above version css works however, with...
I couldn't find a proper channel to say **thank you** so I'm creating an issue. You can close it right away. I start playing a youtube video after 500ms of...