thedivac

Results 8 comments of thedivac

Here you go: https://codesandbox.io/p/devbox/fullscreen-error-in-desktop-safari-c9l4ym

> > Here you go: https://codesandbox.io/p/devbox/fullscreen-error-in-desktop-safari-c9l4ym > > @thedivac looks like a safari bug, we can try to patch it like this https://codesandbox.io/p/devbox/fullscreen-error-in-desktop-safari-forked-zgcnq5?file=%2Fsrc%2Findex.css Awesome, this did the trick!

Maybe that's not related to this library specifically. Try onChange={()=> function() } that solved this problem for me (many times)

Hi @userquin, I gave the latest version of @vite-pwa/create-pwa a try and the service worker installs right away in the built app👍 I think the reason why it is not...

I don't know where I copied this from, but right now I am using a pwa.js file: ``` //pwa.js import { registerSW } from "virtual:pwa-register"; registerSW({ immediate: true, onRegisteredSW(swScriptUrl) {...

@diegomura Has this been merged in version 4.0.2? I am still running into issued where a marginBottom causes infinite loops. I'd be happy to create a reproducible example.

My dynamically created document is a lot more complex, but this simple case crashes the browser if you copy it into the playground at https://react-pdf.org/repl ```[javascript] const Quixote = ()...

This issue just cause me 3 hours of debugging, thanks for this issue, otherwise I would never have found the fix.