react-hook-videojs
react-hook-videojs copied to clipboard
Easy React integration of Video.js using hooks.
try this branch it works with react 18 i did not update the tests pull and run ```npm run dev``` and try it out
The video.js documentation on implementing video.js in React has been updated and now works and handles the dispose() event in a different way. this also prevents the DOM destruction checkout:...
Well. I've using the dependency and this shows up. It's on the hook itself, because I haven't used any useLayoutEffect. ``` Warning: useLayoutEffect does nothing on the server, because its...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.1 to 7.31.1. Release notes Sourced from eslint-plugin-react's releases. v7.31.1 Fixed [jsx-key]: fix detecting missing key in Array.from's mapping function (#3369[] @sjarva) [jsx-no-leaked-render]: coerce strategy now allows...
Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.0. Release notes Sourced from eslint's releases. v8.23.0 Features 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas) 30b1a2d feat: add allowEmptyCase option...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.1 to 5.36.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.36.1 5.36.1 (2022-08-30) Bug Fixes typescript-estree: fix decorator regression for pre TS4.8 (#5574) (a603015) v5.36.0 5.36.0 (2022-08-30) This...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. Release notes Sourced from typescript's releases. TypeScript 4.8 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@types/video.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/video.js) from 7.3.45 to 7.3.46. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I had problems with NextJS/React using useLayoutEffect. So I've fixed it into useEffect and it ran smoothly with the project without #176 warning.
Bumps [video.js](https://github.com/videojs/video.js) from 7.21.3 to 8.0.4. Release notes Sourced from video.js's releases. v8.0.4 8.0.4 (2023-02-02) Bug Fixes use Screen Orientation API where supported (#8031) (33b476d) Ensures iOS can use native...