vue-email / nuxt

💚 Official Nuxt module for Vue Email. Build email templates with Vue components.
https://vuemail.net/getting-started/nuxt-nitro
MIT License
108 stars 3 forks source link

Nuxt DevTools throw error #19

Closed Mokkapps closed 6 months ago

Mokkapps commented 6 months ago

Actual Behavior

Nuxt DevTools only show white page and error Uncaught ReferenceError: __NUXT_ASYNC_CONTEXT__ is not defined is shown in browser console

image

Expected Behavior

Nuxt DevTools work without error

Reproduction

https://stackblitz.com/edit/nuxt-starter-wvxxjo?file=nuxt.config.ts

Dependencies

 "nuxt": "^3.9.3",
  "@vue-email/nuxt": "^0.8.10"
Flowko commented 6 months ago

Thanks for noticing this, not sure if related https://github.com/nuxt/nuxt/issues/24901 but will try to clear and update the lock file of the package and see if that resolves anything

Flowko commented 6 months ago

can you please try 0.8.11

Mokkapps commented 6 months ago

can you please try 0.8.11

Thanks, it works with 0.8.11. 🚀💪🏻