Colin Ricardo
Colin Ricardo
Also experiencing this -- works fine in Firefox and Safari.
@cladjules After about an hour of searching, your comment solved my issue. Thanks! (Upgrading to RN 0.59)
I'm using Typescript with Next.js. This import code runs on the client: `import ReactHlsPlayer from "react-hls-player";` In case it helps, the actual HLS package runs fine imported this way: `import...
Here's a minimal StackBlitz example: https://stackblitz.com/edit/nextjs-bgkcxa?devtoolsheight=33&file=pages/index.js 
Great, thanks! I'll try one of those versions. Let me know if I can help with anything :)
Version 2.0.0 working great, thanks!
was this merged?
@enesozturk would it be possible to render `` by default and just if `canScroll` is `false`?
for others looking at this, check that if you are using cors, that you do it after your other middleware. this solved the problem for me. not working: ``` app.use(oakCors());...
not sure if this is what OP is talking about, but this looks weird and on textarea: