Colin Ricardo

Results 28 comments of 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 ![image](https://user-images.githubusercontent.com/21294951/121609691-4cd0a700-ca4c-11eb-937a-e5084f153f88.png)

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!

@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: