Julien Huang

Results 76 comments of Julien Huang

I wonder if this should be implemented in `vue-router` instead 🤔 cc @posva

Just got the issue last week. In addition to all anwsers above, if you're using pnpm. Running `pnpm store prune` then reinstalling should also work

well it would work to remove the hydration issue. However i think it could trigger side-effects if we do that

I don't think we should rely on `document` to pass event or any global state. How about exposing a `ref()` through `expose()` ? We can also allow passing a `loading`...

My personal opinion is that that kind of event should be limited to a vue application or at a component level and not to the whole document context. You'd also...

What I mean is that this loading state is only related to a single component instance -> the island. And each island have their own loading state. `expose()` and component...

I think a workaround is to set your vue version to 3.4.8 🤔

> I'm not sure what you mean with 'add it to nuxt core composables', maybe that's a question for @danielroe. I meant at the same level with the other composables...

Hi :wave: is it reproductible with a non global server component ? If so, this may be a duplicate of https://github.com/nuxt/nuxt/issues/24480

@divine @manniL makes sense to me :+1: . Let's see if we can make it default, maybe by having a user method and an internal one...