Rom

Results 965 comments of Rom

I just tried but there is a blocker when [`navigate()`](https://vike.dev/navigate) is imported by the user (e.g. `examples/react-full/pages/index/+Page.tsx`): > vite:hmr circular imports detected: virtual:vike:global-entry:client:client-routing -> virtual:vike:page-entry:client:/pages/index -> /pages/index/+Page.tsx -> /@fs/home/rom/code/vike/packages/vike/dist/esm/client/runtime-client-routing/index.js ->...

About showing runtime errors using Vite's error overlay: - https://github.com/vikejs/vike/issues/2511#issuecomment-3270385413

> there is a blocker when [`navigate()`](https://vike.dev/navigate) is imported by the user I just asked the Vite team about it: https://discord.com/channels/804011606160703521/831456449632534538/1414949356968349798 (private `#ecosystem` channel).

> > there is a blocker when [`navigate()`](https://vike.dev/navigate) is imported by the user > > I just asked the Vite team about it: https://discord.com/channels/804011606160703521/831456449632534538/1414949356968349798 (private `#ecosystem` channel). [Fixed](https://github.com/vikejs/vike/pull/2708) and pre-released...

> Automatic reload after fixing the page would greatly improve the development experience. That should already be the case: - https://github.com/vikejs/vike/issues/2511#issuecomment-3268219013 - https://github.com/vikejs/vike/pull/2700/files As you can see, if the error...

I was assuming that the original file path is known by Rollup, e.g. I can access the file path of scripts by using `facadeModuleId`. But, since this isn't the case,...

I see. I'm not sure if it's worth it. I'm closing this but I can re-open if someone else is interested.

(Re-opening since there seem to be interest from other users.)

This would await for the stream to completely end though, see docs about `streamEnd` at https://github.com/brillout/react-streaming. Thus, this will probably break [progressive rendering](https://vike.dev/streaming#progressive-rendering). You can test that at `/examples/react-streaming`. (We...

I wonder why and who is trying to push to the stream even though it's already closed. On Thu, Jun 27, 2024 at 3:58 PM Joël Charles ***@***.***> wrote: >...