Genki Takiuchi

Results 103 comments of Genki Takiuchi

In my experience, `sync$` is needed for accessing to dropped files via `ev.dataTransfer`.

@JerryWu1234 Sorry currently I can't take a time for a while 🥲

Facing similar issue. Is there a way to disable IPv6 and use only IPv4?

If you remove the call of `server$` from the "Top" page, the navigation is stay working even if go offline and of course after it is back. Maybe the fail...

@gioboa In the preview mode, it happened that the "Demo" label getting multiplied per clicking "Top" link while the network is offline. https://github.com/QwikDev/qwik/assets/4876/a496b4c8-0a5a-4894-bca8-e9c43c105aff But the navigation has been recovered after...

@gioboa I have tested with the qwik-1.3.2 (dev & preview), all behaviours were exactly same.

The one of the reasons of this issue may be which there's no error handling for this line. https://github.com/QwikDev/qwik/blob/281de9701ecae0affcf18447985646917a2ef373/packages/qwik-city/runtime/src/server-functions.ts#L388

BTW, this `console.error` is really needed? My app seemed work without problem even if this error has reported. I felt the line below handles the task https://github.com/QwikDev/qwik/blob/e38abdb77028ef9eef4f831e23f4118dcc25c621/packages/qwik/src/core/render/dom/notify-render.ts#L315

I have digged about this issue, and found https://github.com/QwikDev/qwik/pull/5741 has been already solved the problem about the `SSR dirty tasks`. @wmertens Why you left the `console.error`?