Daniel Roe

Results 2592 comments of Daniel Roe

@damigreen Could you provide more information, and ideally a code reproduction?

I'm getting this as well. In case it's helpful, here are three reproductions: * unplugin repro: https://github.com/Akryum/unplugin-icons-issue-94/tree/unplugin - see https://github.com/antfu/unplugin-icons/issues/94#issuecomment-940966103 * unplugin-icons + nuxt repro: https://stackblitz.com/edit/nuxt-starter-pbfj9k * unplugin + nuxt...

This looks like an upstream issue with `@vitejs/plugin-vue` which is trying to read the virtual template from disk. You can workaround it for the moment by ensuring the template is...

You are right, it does need a template, not a string - my mistake. But you define layouts with `definePageMeta`, not within component options: https://stackblitz.com/edit/github-7l7hcr.

I can't reproduce this now on RC8 - I believe the Vite 2 -> 3 upgrade has resolved this issue. If not, please provide a reproduction and I'll look into...

We do a transform for middleware files to preserve the nuxt state across async operations, but in your case, adding an inline function from a plugin, we can't. So you...

This may be resolved in the [edge channel](https://v3.nuxtjs.org/guide/going-further/edge-channel/) with https://github.com/nuxt/framework/pull/3851. Would you confirm?

The repro seems to be working on edge channel: https://stackblitz.com/edit/github-vyfip2-rinvts.

I'm closing as RC8 is now out. Let me know if it wasn't resolved and I'll reopen!

would you provide more information? What Safari version are you running on that phone?