Daniel Roe
Daniel Roe
It means you've not registered a component you're using somewhere. I don't think the issue is the code you've included. I'd suggest creating a GH discussion with a minimal reproduction...
This issue is now resolved. Modules now give this error: ``` ERROR Cannot start nuxt: Nuxt module should be a function: [object Object] 14:57:02 at normalizeModule (node_modules/.pnpm/@[email protected]/node_modules/@nuxt/kit-edge/dist/index.mjs:472:11) ``` ... and...
@cherrymarker Oops, sorry, missed your comment. Will hold any further comments for now.
I wonder if this would be an opportunity to share asyncData across calls, which would also address a related issue where `pending` can get out of sync. Thoughts?
Would you provide a reproduction please?
You will need to update your lockfile so the vue version is updated. You can try `npm up vue-server-renderer vue-template-compiler` (might need you to explicitly remove outdated versions from lockfile...
I think this is a good change. Any reason you closed it?
Sorry! I know how frustrating it can be when a pr doesn't seem to be looked at. 🙏
Have you tried adding it to `build.transpile`?
Would you provide a minimal reproduction that you have confirmed doesn't work on IE11? 🙏