Viktor Vincze

Results 72 comments of Viktor Vincze

Hi, thank you for the detailed report. @pablohpsilva, you're using the hook with Next, did you experience anything similar? You're right it should "catch-up" after hydration.

I can repro this also, it's pretty interesting, `window.innerWidth` is reporting a wrong value sometimes. Can you please try with the following meta tag? ```html ```

Can you please create a minimal repro repo so I can test? Presonally I don't use Next at all, I winder what is your exact setup like.

I can reproduce this easily in Chrome in mobile mode. I actually know what's the fix, we need an initial `useEffect -> setState` in the provider to trigger an update....

Sorry for the late reply, I didn't have time to deal with it until now. I released an rc, can you please try with that? ``` npm i @w11r/use-breakpoint@next ```

Then I'm afraid this will be something deeper. Can we set up a pair programming session where we can take a look at it? On Sun, Jul 4, 2021, 19:18...

The RC I previously released, and you tried was actually doing that, but you still reported it wasn't working, that's why I suggested a pair session, but I'm kinda "out-of-order"...

I'm quite surprised someone opening an issue here :) I haven't touched the package in a while. I took a quick look, and while the fix is easy, I'd need...

Turns out the issue was using a 2x2 video, switching to 16x16 solved the issues. Yet another stupid Webkit limitation.

The reason it is a 2x2 is because: - we have to use Cloudflare Streams and they don't support audio uploads, so we convert them to videos first - I'm...