react-youtube
react-youtube copied to clipboard
react.js powered YouTube player component
From Issue #369 Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the...
Unhandled Runtime Error TypeError: Cannot read properties of null (reading 'playVideo') Call Stack eval node_modules/react-youtube/node_modules/youtube-player/dist/index.js (65:0) new Promise exports.default node_modules/react-youtube/node_modules/youtube-player/dist/index.js (64:0) createPlayer node_modules/react-youtube/dist/YouTube.esm.js (170:41) [https://upload.cc/i1/2023/02/26/daWAmu.png](url) This error may occur when...
export type to be able to reuse it when typing ref
I want to set a z-index for the player, as I want to overlay a search window. Reading https://stackoverflow.com/a/9074366/8925692 I need to add `&wmode=transparent` to the `src` of the `iframe`....
Methods relating to retrieving video information
The package works like a charm. But can I use it for youtube playlist? If yes, how can I do that?
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
I have this mistake when installed latest version: 10.1.0  react-youtube: v10.1.0 react: 17.0.2
I want to play Youtube video when be isIntersecting. is working in iOS Safari, Android Webview, but not working in iOS Webview. in iOS Webview, it seems to play and...
I'm currently trying to load a whole playlist with react-youtube like this : ```