Daniel Roe

Results 2592 comments of Daniel Roe

@lacorde That sounds right. What's not working? Do you have a reproduction?

This sounds like an upstream Vue behaviour. Would you try to see if you can reproduce this on https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev ?

Thanks for your good work diagnosing! ❤️ Good to know where it's coming from. Check issues at https://github.com/vuejs/core and feel free to raise one there if you think it is...

Updated to use `` rather than importing layout: https://codesandbox.io/s/naughty-silence-3eepsy - this seems to get rid of the blank flash you are reporting, both in sandbox and when cloned locally.

You should be able to pass multiple slots to ``: https://v3.nuxtjs.org/guide/directory-structure/layouts#overriding-a-layout-on-a-per-page-basis

Would this be something you could implement yourself with a wrapper around `useAsyncData`, perhaps?

I can't reproduce this either. Would you provide a reproduction please? 🙏

I couldn't think of a way to access `onMounted` within the render function but feel free to implement if you have an idea - it would be more idiomatic (except...

This will only provide the warning on first render at the moment, rather than on subsequent navigation. Will need to look into how that can be done. (Marking as draft...

Mind if I push a test suite later this evening before merging?