react-hls icon indicating copy to clipboard operation
react-hls copied to clipboard

React 18 Support

Open hazardemircan opened this issue 3 years ago • 3 comments

npm config set legacy-peer-deps true Is it ok to use this library with above script without React 18 support?

hazardemircan avatar Jan 15 '23 18:01 hazardemircan

I dont think it is. Im trying it, cant get it to work with react18

georgeportillo avatar Apr 03 '23 18:04 georgeportillo

Once this issue is opened more than a year and there is PR open without be merged as well, I created a fork to support React 18 here https://github.com/leandrocunha/react-hls

leandrocunha avatar Aug 26 '24 19:08 leandrocunha

I am maintaining an updated version of the package here: https://github.com/cgilly2fast/react-hls

Has React 18 support, can call the HLS object out of the player for manual changes, fixed some bugs and added a test suite.

Looks like @leandrocunha has you covered as well.

cgilly2fast avatar Sep 03 '24 18:09 cgilly2fast