Daniel Roe

Results 2592 comments of Daniel Roe

I can still reproduce the issue on rc9: https://stackblitz.com/edit/github-gaxgkz?file=app.vue. Sorry for the delay and thanks for the ping in attached PR; I'm looking again at this to get a nitro-only...

Here's a nitro-only reproduction: https://stackblitz.com/edit/github-y4xqiy

I can't reproduce this issue. **Steps:** 1. upgraded your project to Nuxt RC (also deleted lockfile and installed with yarn). 2. added [required firebase dependencies](https://nitro.unjs.io/deploy/providers/firebase.html). Here's the new `package.json`: ```json...

@brtinney I think the other issue should be resolved with https://github.com/unjs/nitro/pull/356.

Nice finds. Would be very happy to look into those issues as well 👍 Do you think that means we shouldn't merge this PR, or that we should both merge...

(Possibly) **related issue**: https://github.com/nuxt/nuxt.js/issues/13350 (which occurs if you add `` around the component, as recommended here: https://vuejs.org/guide/built-ins/suspense.html#combining-with-other-components

This is also true when using nested `` rather than ``: https://codesandbox.io/s/lively-mountain-o395nx. It feels like the cause is likely similar, but I'm happy to open a new issue if you...

Absolutely, ideally we would have a production ESM version for externalising vue-router. I would imagine that the current mjs build is not suitable for production use because perhaps it imports...