\n\n3) Navigate to `pages/index.vue`, modify the `console.log()` and save\n\n### Describe the bug\n\nThe previous [issue](https://github.com/nuxt/nuxt/issues/25214) was closed, but the error remains even in the latest Nuxt version.\n\nThe error will disappear if you add `lazy:true` option\n\n```\nconst { data } = await useFetch('https://jsonplaceholder.typicode.com/todos/1', {\n lazy: true\n})\n```\n\nAs you can see, both `app.vue` `layouts/default.vue` are wrapped with `divs` as it was suggested in the previous issue but we still get the bug.\n\nIs adding `lazy` option is the best workaround as for now?\n\n\u003Cimg width=\"500\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ca5929e7-f84b-4d0f-a57b-e1cf38c34813\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nvirtual:nuxt:/home/gaisinskii/nuxt3-parent-node-null/.nuxt/routes.mjs:16 [Vue warn]: Unhandled error during execution of component update \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage> \n at \u003CDefault ref=Ref\u003C Proxy(Object) {…} > > \n at \u003CAsyncComponentWrapper ref=Ref\u003C Proxy(Object) {…} > > \n at \u003CLayoutLoader key=\"default\" layoutProps= {ref: RefImpl} name=\"default\" > \n at \u003CNuxtLayoutProvider layoutProps= {ref: RefImpl} key=\"default\" name=\"default\" ... > \n at \u003CNuxtLayout> \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\nwarn$1 @ runtime-core.esm-bundler.js:51\nlogError @ runtime-core.esm-bundler.js:263\nhandleError @ runtime-core.esm-bundler.js:255\ncallWithErrorHandling @ runtime-core.esm-bundler.js:201\nflushJobs @ runtime-core.esm-bundler.js:408\nPromise.then\nqueueFlush @ runtime-core.esm-bundler.js:322\nqueueJob @ runtime-core.esm-bundler.js:317\neffect2.scheduler @ runtime-core.esm-bundler.js:5448\ntrigger @ reactivity.esm-bundler.js:253\nendBatch @ reactivity.esm-bundler.js:311\nnotify @ reactivity.esm-bundler.js:597\ntrigger @ reactivity.esm-bundler.js:571\nset value @ reactivity.esm-bundler.js:1448\nfinalizeNavigation @ vue-router.mjs:3498\n(anonymous) @ vue-router.mjs:3363\nPromise.then\npushWithRedirect @ vue-router.mjs:3330\npush @ vue-router.mjs:3255\nreplace @ vue-router.mjs:3258\naddRoutes @ virtual:nuxt:/home/gaisinskii/nuxt3-parent-node-null/.nuxt/routes.mjs:16\n(anonymous) @ virtual:nuxt:/home/gaisinskii/nuxt3-parent-node-null/.nuxt/routes.mjs:21\n(anonymous) @ client:34\n(anonymous) @ client:208\n(anonymous) @ client:183\nqueueUpdate @ client:183\nawait in queueUpdate\n(anonymous) @ client:884\nhandleMessage @ client:882\nonMessage @ client:299\n(anonymous) @ client:429\ndispatchEvent @ .localservice@runtime.5a421e5b.js:26\n_handleMessage @ .localservice@runtime.5a421e5b.js:26\n_0x3963e2 @ .localservice@runtime.5a421e5b.js:26Understand this warningAI\nruntime-dom.esm-bundler.js:51 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')\n at parentNode (runtime-dom.esm-bundler.js:51:30)\n at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5410:11)\n at ReactiveEffect.run (reactivity.esm-bundler.js:225:19)\n at ReactiveEffect.runIfDirty (reactivity.esm-bundler.js:263:12)\n at callWithErrorHandling (runtime-core.esm-bundler.js:199:33)\n at flushJobs (runtime-core.esm-bundler.js:408:9)\n```",[3050,3053,3056,3059],{"name":3051,"color":3052},"dx","C39D69",{"name":3054,"color":3055},"bug","d73a4a",{"name":3057,"color":3058},"vite","3574D1",{"name":3060,"color":3061},"🔨 p3-minor","FBCA04",31493,"TypeError: Cannot read properties of null (reading 'parentNode') with useFetch","2025-03-21T17:04:23Z","https://github.com/nuxt/nuxt/issues/31493",0.71466947,{"description":3068,"labels":3069,"number":3075,"owner":3041,"repository":3041,"state":3042,"title":3076,"updated_at":3077,"url":3078,"score":3079},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v20.9.0\r\n- Nuxt Version: 3.12.1\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.1.0\r\n- Builder: -\r\n- User Config: css, build, nitro, vite, telemetry, modules, runtimeConfig, pwa, app, image, hooks\r\n- Runtime Modules: @kevinmarrec/nuxt-pwa@0.0.2, @nuxt/image@1.7.0, @nuxt/content@2.12.1\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-zvae7w?file=_working.ts&view=editor\n\n### Describe the bug\n\nIn my project I use MongoDB and accordingly the library mongoose. If I now want to return my mongoose response directly in an EventHandler, the object is then of type unknown.\r\n\r\nI was able to trace the problem back to the Serialize\u003CT> type of nitro: \r\nhttps://github.com/unjs/nitro/blob/63526f24b03e5e5de65934c697c92dd00f1e1ab1/src/types/fetch/_serialize.ts\r\n\r\nThrough some tests I was able to determine that the mongoose object runs through the function up to line 43 (ReadonlyArray) the function NonJsonPrimitive has a negative outcome and accordingly Serialize is called recursively. The second itteration is stopped on line 37 and the type is returned on line 38 and then corresponds to unknown.\r\n\r\nWhen I comment out lines 37 and 38 the type is successfully resolved and everything works as desired. Unfortunately I don't know enough about typescript to be able to estimate how the problem can be solved.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3070,3073,3074],{"name":3071,"color":3072},"types","2875C3",{"name":3032,"color":3033},{"name":3035,"color":3036},27968,"useFetch Serialize Type","2024-07-02T19:00:39Z","https://github.com/nuxt/nuxt/issues/27968",0.71872187,{"description":3081,"labels":3082,"number":3090,"owner":3041,"repository":3041,"state":3042,"title":3091,"updated_at":3092,"url":3093,"score":3094},"### Environment\n\nNuxi 3.4.3\r\nRootDir: /home/projects/github-c5prhs\r\nNuxt project info: \r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.14.2\r\n- Nuxt Version: 3.4.3\r\n- Nitro Version: 2.4.0\r\n- Package Manager: npm@7.17.0\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n 👉 Report an issue: https://github.com/nuxt/nuxt/issues/new\r\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\r\n👉 Read documentation: https://nuxt.com\n\n### Reproduction\n\n**Reproduction project**: https://stackblitz.com/edit/github-c5prhs\r\n**Reproduction description**: When loading the reproduction, an error is immediately thrown using `createError` - this results an error: ` Invalid prop: type check failed for prop \"title\". Expected String with value \"undefined\", got Undefined`.\n\n### Describe the bug\n\nThe `throw createError` somehow still leads to the template being rendered, but with items from the `setup` being `undefined`. This leads to SSR errors, but also to hydration errors in more complex cases. Looking at the documentation of `createError` I cannot see this being expected behavior ([link](https://nuxt.com/docs/getting-started/error-handling#createerror)).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n✔ Nitro built in 1217 ms \r\nℹ Vite client warmed up in 1887ms \r\n✔ Vite server hmr 21 files in 794.22m\r\n[Vue warn]: Invalid prop: type check failed for prop \"title\". Expected String with value \"undefined\", got Undefined\r\n[Vue warn]: Invalid prop: type check failed for prop \"title\". Expected String with value \"undefined\", got Undefined\n```\n",[3083,3086,3087],{"name":3084,"color":3085},"enhancement","8DEF37",{"name":3051,"color":3052},{"name":3088,"color":3089},"🍰 p2-nice-to-have","0E8A16",20800,"Invalid prop undefined when using throw createError","2024-06-30T11:08:49Z","https://github.com/nuxt/nuxt/issues/20800",0.72390455,{"description":3096,"labels":3097,"number":3101,"owner":3041,"repository":3041,"state":3102,"title":3103,"updated_at":3104,"url":3105,"score":3106},"I am getting this error when i run dev: \r\n```\r\n ERROR Nuxt error\r\n\r\n TypeError: Cannot convert undefined or null to object\r\n \r\n - Function.keys\r\n \r\n - module.js:9 ModuleContainer.module.exports\r\n [Jobcool-Nuxt]/[@nuxtjs]/apollo/lib/module.js:9:14\r\n \r\n - module.js:162 Promise\r\n [Jobcool-Nuxt]/[nuxt]/lib/core/module.js:162:30\r\n \r\n - new Promise\r\n \r\n - module.js:146 ModuleContainer.addModule\r\n [Jobcool-Nuxt]/[nuxt]/lib/core/module.js:146:12\r\n \r\n - utils.js:96 promise.then\r\n [Jobcool-Nuxt]/[nuxt]/lib/common/utils.js:96:43\r\n \r\n \r\n - next_tick.js:188 process._tickCallback\r\n internal/process/next_tick.js:188:7\r\n \r\n - module.js:695 Function.Module.runMain\r\n module.js:695:11\r\n \r\n - bootstrap_node.js:188 startup\r\n bootstrap_node.js:188:16\r\n \r\n - bootstrap_node.js:609 \r\n bootstrap_node.js:609:3\r\n```\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7305\">#c7305\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3098],{"name":3099,"color":3100},"2.x","d4c5f9",3484,"closed","Nuxt error: Cannot Get /","2023-01-18T16:24:09Z","https://github.com/nuxt/nuxt/issues/3484",0.6943551,{"description":3108,"labels":3109,"number":3116,"owner":3041,"repository":3041,"state":3102,"title":3117,"updated_at":3118,"url":3119,"score":3120},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.15.0\r\n- Nuxt Version: 3.8.2\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@9.5.0\r\n- Builder: -\r\n- User Config: modules, devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\n\n### Reproduction\n\n[Here's a repo that I hooked up to Cloudflare Pages so you can see when it succeeds/fails deployment.](https://github.com/tchin25/nuxt-jsonwebtoken-bug)\r\n\r\n[It fails to deploy when `verify()` is used in server middleware.](https://github.com/tchin25/nuxt-jsonwebtoken-bug/tree/fa0560c99f159c792b0f60dc0c56b01c3002ae8e)\r\n\r\n[It deploys successfully when it's commented out.](https://github.com/tchin25/nuxt-jsonwebtoken-bug/tree/5ad5421810c4ba5895c47a63545fc0af26b0ebb3)\n\n### Describe the bug\n\nWhen using the `jsonwebtoken` package and its `verify()` function in server middleware, Nuxt fails to deploy to Cloudflare Pages with this error *after* everything is built successfully:\r\n\r\n```\r\nError: Failed to publish your Function. Got error: Uncaught TypeError: Object prototype may only be an Object or null: undefined\r\n at chunks/nitro/cloudflare-pages.mjs:1:147328 in Ut.exports\r\n at chunks/nitro/cloudflare-pages.mjs:1:158727\r\n```\r\n\r\nEverything works locally. When not deploying to Cloudflare Pages it works. When using `jose` instead of `jsonwebtoken` for JWT it works. I don't even know if this is a Nuxt problem.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n11:44:25.540\t[log] Nuxt 3.8.2 with Nitro 2.8.1\r\n11:44:28.985\t[info] Building client...\r\n11:44:29.010\t[info] vite v4.5.0 building for production...\r\n11:44:29.061\t[info] transforming...\r\n11:44:30.776\t[info] ✓ 103 modules transformed.\r\n11:44:30.839\tInspect report generated at /opt/buildhome/repo/.nuxt/analyze/.vite-inspect\r\n11:44:30.982\t[info] rendering chunks...\r\n11:44:31.046\t[info] computing gzip size...\r\n11:44:31.056\t[info] .nuxt/dist/client/manifest.json 1.62 kB │ gzip: 0.33 kB\r\n11:44:31.059\t[info] .nuxt/dist/client/_nuxt/error-500.c5df6088.css 1.95 kB │ gzip: 0.74 kB\r\n11:44:31.060\t[info] .nuxt/dist/client/_nuxt/error-404.7fc72018.css 3.63 kB │ gzip: 1.12 kB\r\n11:44:31.060\t[info] .nuxt/dist/client/_nuxt/vue.f36acd1f.417b85cd.js 0.39 kB │ gzip: 0.27 kB\r\n11:44:31.060\t[info] .nuxt/dist/client/_nuxt/error-500.0811a96a.js 1.92 kB │ gzip: 1.01 kB\r\n11:44:31.060\t[info] .nuxt/dist/client/_nuxt/error-404.f1c1c3bb.js 6.41 kB │ gzip: 2.83 kB\r\n11:44:31.060\t[info] .nuxt/dist/client/_nuxt/entry.043a7343.js 107.37 kB │ gzip: 40.99 kB\r\n11:44:31.061\t[info] ✓ built in 2.05s\r\n11:44:31.061\t[success] Client built in 2073ms\r\n11:44:31.064\t[info] Building server...\r\n11:44:31.068\t[info] vite v4.5.0 building SSR bundle for production...\r\n11:44:31.090\t[info] transforming...\r\n11:44:31.751\t[info] ✓ 48 modules transformed.\r\n11:44:31.831\tInspect report generated at /opt/buildhome/repo/.nuxt/analyze/.vite-inspect\r\n11:44:31.863\t[info] rendering chunks...\r\n11:44:31.917\t[info] .nuxt/dist/server/_nuxt/error-404-styles.1e0dde27.mjs 0.15 kB\r\n11:44:31.917\t[info] .nuxt/dist/server/_nuxt/error-500-styles.cf4b3e80.mjs 0.15 kB\r\n11:44:31.917\t[info] .nuxt/dist/server/styles.mjs 0.35 kB\r\n11:44:31.917\t[info] .nuxt/dist/server/_nuxt/index-6a088328.js 0.98 kB │ map: 5.93 kB\r\n11:44:31.918\t[info] .nuxt/dist/server/_nuxt/island-renderer-4c185c66.js 1.12 kB │ map: 1.53 kB\r\n11:44:31.918\t[info] .nuxt/dist/server/_nuxt/error-500-styles-1.mjs-8fa81fcc.js 2.17 kB │ map: 0.12 kB\r\n11:44:31.918\t[info] .nuxt/dist/server/_nuxt/error-500-46e8a11f.js 3.07 kB │ map: 3.79 kB\r\n11:44:31.918\t[info] .nuxt/dist/server/_nuxt/error-404-styles-1.mjs-e0837f4f.js 3.86 kB │ map: 0.12 kB\r\n11:44:31.921\t[info] .nuxt/dist/server/_nuxt/error-404-b0df4638.js 10.08 kB │ map: 21.14 kB\r\n11:44:31.921\t[info] .nuxt/dist/server/server.mjs 26.67 kB │ map: 59.55 kB\r\n11:44:31.921\t[info] ✓ built in 852ms\r\n11:44:31.926\t[success] Server built in 863ms\r\n11:44:32.020\t[success] [nitro] Generated public dist\r\n11:44:32.039\t[info] [nitro] Building Nitro Server (preset: `cloudflare-pages`)\r\n11:44:44.181\t[success] [nitro] Nitro server built\r\n11:44:44.243\t ├─ dist/_worker.js/chunks/app/_nuxt/error-404-b0df4638.mjs (5.37 kB) (2.29 kB gzip)\r\n11:44:44.243\t ├─ dist/_worker.js/chunks/app/_nuxt/error-404-b0df4638.mjs.map (5.43 kB) (2.38 kB gzip)\r\n11:44:44.244\t ├─ dist/_worker.js/chunks/app/_nuxt/error-404-styles.1e0dde27.mjs (3.75 kB) (1.2 kB gzip)\r\n11:44:44.244\t ├─ dist/_worker.js/chunks/app/_nuxt/error-404-styles.1e0dde27.mjs.map (404 B) (244 B gzip)\r\n11:44:44.244\t ├─ dist/_worker.js/chunks/app/_nuxt/error-500-46e8a11f.mjs (2.21 kB) (1.14 kB gzip)\r\n11:44:44.244\t ├─ dist/_worker.js/chunks/app/_nuxt/error-500-46e8a11f.mjs.map (1.27 kB) (681 B gzip)\r\n11:44:44.244\t ├─ dist/_worker.js/chunks/app/_nuxt/error-500-styles.cf4b3e80.mjs (2.05 kB) (811 B gzip)\r\n11:44:44.244\t ├─ dist/_worker.js/chunks/app/_nuxt/error-500-styles.cf4b3e80.mjs.map (404 B) (243 B gzip)\r\n11:44:44.245\t ├─ dist/_worker.js/chunks/app/_nuxt/index-6a088328.mjs (416 B) (295 B gzip)\r\n11:44:44.245\t ├─ dist/_worker.js/chunks/app/_nuxt/index-6a088328.mjs.map (775 B) (449 B gzip)\r\n11:44:44.245\t ├─ dist/_worker.js/chunks/app/_nuxt/island-renderer-4c185c66.mjs (571 B) (395 B gzip)\r\n11:44:44.245\t ├─ dist/_worker.js/chunks/app/_nuxt/island-renderer-4c185c66.mjs.map (797 B) (471 B gzip)\r\n11:44:44.245\t ├─ dist/_worker.js/chunks/app/client.manifest.mjs (1.81 kB) (410 B gzip)\r\n11:44:44.245\t ├─ dist/_worker.js/chunks/app/client.manifest.mjs.map (1.03 kB) (405 B gzip)\r\n11:44:44.246\t ├─ dist/_worker.js/chunks/app/server.mjs (14.1 kB) (5 kB gzip)\r\n11:44:44.246\t ├─ dist/_worker.js/chunks/app/server.mjs.map (4.38 kB) (1.82 kB gzip)\r\n11:44:44.246\t ├─ dist/_worker.js/chunks/app/styles.mjs (375 B) (225 B gzip)\r\n11:44:44.246\t ├─ dist/_worker.js/chunks/app/styles.mjs.map (318 B) (224 B gzip)\r\n11:44:44.246\t ├─ dist/_worker.js/chunks/error-500.mjs (3.99 kB) (1.76 kB gzip)\r\n11:44:44.246\t ├─ dist/_worker.js/chunks/error-500.mjs.map (311 B) (209 B gzip)\r\n11:44:44.246\t ├─ dist/_worker.js/chunks/handlers/renderer.mjs (632 kB) (186 kB gzip)\r\n11:44:44.247\t ├─ dist/_worker.js/chunks/handlers/renderer.mjs.map (88.8 kB) (27.7 kB gzip)\r\n11:44:44.247\t ├─ dist/_worker.js/chunks/nitro/cloudflare-pages.mjs (236 kB) (67.8 kB gzip)\r\n11:44:44.247\t ├─ dist/_worker.js/chunks/nitro/cloudflare-pages.mjs.map (37.9 kB) (12 kB gzip)\r\n11:44:44.247\t ├─ dist/_worker.js/chunks/rollup/_virtual_spa-template.mjs (85 B) (99 B gzip)\r\n11:44:44.247\t ├─ dist/_worker.js/chunks/rollup/_virtual_spa-template.mjs.map (108 B) (108 B gzip)\r\n11:44:44.247\t ├─ dist/_worker.js/chunks/user.get.mjs (158 B) (153 B gzip)\r\n11:44:44.247\t ├─ dist/_worker.js/chunks/user.get.mjs.map (226 B) (174 B gzip)\r\n11:44:44.247\t └─ dist/_worker.js/index.js (154 B) (155 B gzip)\r\n11:44:44.248\tΣ Total size: 1.05 MB (315 kB gzip)\r\n11:44:44.248\t[success] [nitro] You can preview this build using `npx wrangler pages dev dist/`\r\n11:44:44.248\t[success] [nitro] You can deploy this build using `npx wrangler pages deploy dist/`\r\n11:44:44.394\tFinished\r\n11:44:44.395\tFound _worker.js in output directory. Uploading.\r\n11:44:45.730\tAttaching additional modules:\r\n11:44:45.731\t- chunks/app/_nuxt/error-404-b0df4638.mjs (esm)\r\n11:44:45.731\t- chunks/app/_nuxt/error-404-styles.1e0dde27.mjs (esm)\r\n11:44:45.731\t- chunks/app/_nuxt/error-500-46e8a11f.mjs (esm)\r\n11:44:45.732\t- chunks/app/_nuxt/error-500-styles.cf4b3e80.mjs (esm)\r\n11:44:45.732\t- chunks/app/_nuxt/index-6a088328.mjs (esm)\r\n11:44:45.732\t- chunks/app/_nuxt/island-renderer-4c185c66.mjs (esm)\r\n11:44:45.732\t- chunks/app/client.manifest.mjs (esm)\r\n11:44:45.732\t- chunks/app/server.mjs (esm)\r\n11:44:45.732\t- chunks/app/styles.mjs (esm)\r\n11:44:45.732\t- chunks/error-500.mjs (esm)\r\n11:44:45.733\t- chunks/handlers/renderer.mjs (esm)\r\n11:44:45.733\t- chunks/nitro/cloudflare-pages.mjs (esm)\r\n11:44:45.733\t- chunks/rollup/_virtual_spa-template.mjs (esm)\r\n11:44:45.733\t- chunks/user.get.mjs (esm)\r\n11:44:45.779\t✨ Compiled Worker successfully\r\n11:44:45.883\tFound _routes.json in output directory. Uploading.\r\n11:44:45.899\tValidating asset output directory\r\n11:44:46.788\tDeploying your site to Cloudflare's global network...\r\n11:44:50.207\tUploading... (3/10)\r\n11:44:50.853\tUploading... (5/10)\r\n11:44:50.886\tUploading... (7/10)\r\n11:44:51.075\tUploading... (10/10)\r\n11:44:51.075\t✨ Success! Uploaded 7 files (3 already uploaded) (1.17 sec)\r\n11:44:51.075\t\r\n11:44:51.327\t✨ Upload complete!\r\n11:44:53.572\tSuccess: Assets published!\r\n11:45:00.796\tError: Failed to publish your Function. Got error: Uncaught TypeError: Object prototype may only be an Object or null: undefined\r\n at chunks/nitro/cloudflare-pages.mjs:1:147328 in Ut.exports\r\n at chunks/nitro/cloudflare-pages.mjs:1:158727\n```\n",[3110,3113,3114,3115],{"name":3111,"color":3112},"3.x","29bc7f",{"name":3032,"color":3033},{"name":3035,"color":3036},{"name":3038,"color":3039},24573,"Nuxt fails to deploy on Cloudflare Pages with `Uncaught TypeError: Object prototype may only be an Object or null: undefined`","2023-12-04T05:23:29Z","https://github.com/nuxt/nuxt/issues/24573",0.7024746,{"labels":3122,"number":3124,"owner":3041,"repository":3041,"state":3102,"title":3125,"updated_at":3126,"url":3127,"score":3128},[3123],{"name":3099,"color":3100},4276,"Nasty silent bug, in store.js in convert Object to Array using Firebase","2023-01-18T20:04:04Z","https://github.com/nuxt/nuxt/issues/4276",0.7025721,{"labels":3130,"number":3133,"owner":3041,"repository":3041,"state":3102,"title":3134,"updated_at":3135,"url":3136,"score":3137},[3131,3132],{"name":3032,"color":3033},{"name":3099,"color":3100},10209,"TypeError undefined is not an object (evaluating 'l.fetch') in mixins/fetch.client.js","2023-01-22T15:45:12Z","https://github.com/nuxt/nuxt/issues/10209",0.7026197,{"labels":3139,"number":3145,"owner":3041,"repository":3041,"state":3102,"title":3146,"updated_at":3147,"url":3148,"score":3149},[3140,3143,3144],{"name":3141,"color":3142},"stale","ffffff",{"name":3032,"color":3033},{"name":3099,"color":3100},8019,"Mongoose-intl plugin validation fails after HMR","2023-01-22T15:36:07Z","https://github.com/nuxt/nuxt/issues/8019",0.7134121,{"labels":3151,"number":3154,"owner":3041,"repository":3041,"state":3102,"title":3155,"updated_at":3156,"url":3157,"score":3158},[3152,3153],{"name":3032,"color":3033},{"name":3099,"color":3100},6659,"Nuxt is throwing `Uncaught ReferenceError: exports is not defined` on transpiling an es6 library","2023-01-22T15:34:46Z","https://github.com/nuxt/nuxt/issues/6659",0.7168668,["Reactive",3160],{},["Set"],["ShallowReactive",3163],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fRT9HR5-KL5iC3G-G9YgewujJm9_nq0OYFaMnuETkMvQ":-1},"/nuxt/nuxt/2381"]