sabercoy

Results 7 comments of sabercoy

After playing with Suspense more, it looks like the issue of removing DOM elements can be fixed by wrapping `{props.children}` like `{props.children}` so perhaps this is some Suspense hydration issue....

> Can you check first if `containerRef` has an element before observing? it does

> I encountered the same issue. It worked fine for a while after rebooting my PC. However, the problem reappeared when I refreshed the page. in the meantime, I found...

I have rewritten pica and this issue seems to be fixed. Test it out: https://github.com/sabercoy/picsquish https://sabercoy.github.io/picsquish/demo/

So after some testing I realize that calls to CIB specifically process on a separate thread. Providing your own ImageBitmaps to Pica results in not blocking. There is something else...

> So after some testing I realize that calls to CIB specifically process on a separate thread. Providing your own ImageBitmaps to Pica results in not blocking. There is something...

I have rewritten pica and this issue seems to be fixed. Test it out: https://github.com/sabercoy/picsquish https://sabercoy.github.io/picsquish/demo/