\r\n\u003C/template>\r\n\r\n\u003Cscript setup>\r\nconst myComponent = ref(null);\r\n\u003C/script>\r\n```\r\nRenaming the ref variable to something that to not correspond to the component name like `somethingElse` makes it work.\r\n\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\nOn stackblitz:\r\n```shell-script\r\n[Vue warn]: Component is missing template or render function. \r\n at \u003CAnonymous ref=\"myComponent\" > \r\n at \u003CApp key=3 > \r\n at \u003CNuxtRoot>\r\n```\r\nOn local machine:\r\n```shell-script\r\n[Vue warn]: Maximum recursive updates exceeded in component \u003CPieceOfPaper>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function. \r\n```\r\n",[3073,3074],{"name":3059,"color":3060},{"name":3044,"color":3045},25373,"ref\u003CVNodeRef>() recursive call when the name of the variable corresponds to the component name","2024-01-22T09:37:12Z","https://github.com/nuxt/nuxt/issues/25373",0.7037068,{"description":3081,"labels":3082,"number":3087,"owner":3030,"repository":3030,"state":3050,"title":3088,"updated_at":3089,"url":3090,"score":3091},"### Environment\r\n\r\nNuxi 3.4.1 12:17:43 PM\r\n 12:17:44 PM\r\nRootDir: /mnt/c/Users/.../Desktop/workspaces/.../account-web 12:17:44 PM\r\nNuxt project info: 12:17:44 PM\r\n\r\n------------------------------\r\n- Operating System: Linux (WSL)\r\n- Node Version: v18.13.0\r\n- Nuxt Version: 3.4.1\r\n- Nitro Version: 2.3.3\r\n- Package Manager: npm@8.19.3\r\n- Builder: vite\r\n- User Config: ssr, app, build, vite, modules, pinia, runtimeConfig\r\n- Runtime Modules: vue-recaptcha/nuxt, @pinia/nuxt@0.4.8, @vueuse/nuxt@10.0.2, ()\r\n- Build Modules: -\r\n------------------------------\r\n\r\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new 12:17:44 PM \r\n\r\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\r\n\r\n👉 Read documentation: https://nuxt.com\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-g9pt8g?file=app.vue\r\n\r\n### Describe the bug\r\n\r\nTriggering a reload on this specific tree fails.\r\n\r\nSeems like having a `v-sheet > div (conditional) > div > v-text-field` does not manage to complete the reload.\r\n\r\n### Additional context\r\n\r\nUsing the latest version of Nuxt and Vuetify.\r\n\r\nThere is some comment inside the stackblitz reproduction, you just need to trigger a reload of some sort, the easier way is to change the `max-width` property.\r\n\r\n### Logs\r\n\r\n```shell-script\r\nTypeError: Cannot read properties of null (reading 'style')\r\n at patchStyle (vue.js:8018:1)\r\n at patchProp (vue.js:8221:1)\r\n at patchProps (vue.js:5952:1)\r\n at patchElement (vue.js:5907:1)\r\n at processElement (vue.js:5766:1)\r\n at patch (vue.js:5698:1)\r\n at patchKeyedChildren (vue.js:6305:1)\r\n at patchChildren (vue.js:6265:1)\r\n at patchElement (vue.js:5875:1)\r\n at processElement (vue.js:5766:1)\r\n```\r\n",[3083,3084,3085],{"name":3059,"color":3060},{"name":3044,"color":3045},{"name":3027,"color":3086},"E8A36D",20325,"Vuetify strange reload bug","2023-09-06T20:28:09Z","https://github.com/nuxt/nuxt/issues/20325",0.70622253,{"labels":3093,"number":3096,"owner":3030,"repository":3030,"state":3050,"title":3097,"updated_at":3098,"url":3099,"score":3100},[3094,3095],{"name":3059,"color":3060},{"name":3021,"color":3022},12657,"Recursive components not working","2023-01-19T16:14:50Z","https://github.com/nuxt/nuxt/issues/12657",0.7080338,{"description":3102,"labels":3103,"number":3108,"owner":3030,"repository":3031,"state":3050,"title":3109,"updated_at":3110,"url":3111,"score":3112},"### Environment\n\n- Operating System: `Windows_NT`\n- Node Version: `v22.14.0`\n- Nuxt Version: `3.17.5`\n- CLI Version: `3.25.1`\n- Nitro Version: `2.11.12`\n- Package Manager: `npm@10.9.2`\n- Builder: `-`\n- User Config: `compatibilityDate`, `devtools`, `srcDir`, `routeRules`, `app`, `svgSprite`, `alias`, `css`, `imports`, `modules`, `ssr`, `runtimeConfig`\n- Runtime Modules: `@nuxt/eslint@1.4.1`, `@nuxt/fonts@0.11.4`, `@nuxt/icon@1.14.0`, `@nuxt/image@1.10.0`, `@nuxt/scripts@0.11.8`, `@nuxt/test-utils@3.19.1`, `@nuxt/ui@3.1.3`, `@nuxtjs/svg-sprite@1.0.2`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\n\nNuxt\n\n### Version\n\nv3.2.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/dreamy-euler-9595k7\n\n\n### Description\n\n\n\nHi when i select copy payment id i got that error when i console log the row it gives me undefined upon clicking kindly check this link: https://ui.nuxt.com/components/table#with-context-menu\n\n#4259 \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3104,3105,3107],{"name":3021,"color":3022},{"name":3063,"color":3106},"CB47CF",{"name":3024,"color":3025},4452,"UTable context menu error during selection of items","2025-07-13T16:34:46Z","https://github.com/nuxt/ui/issues/4452",0.71137923,{"description":3114,"labels":3115,"number":3119,"owner":3030,"repository":3030,"state":3050,"title":3120,"updated_at":3121,"url":3122,"score":3123},"### Environment\n\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v18.13.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@8.19.3\r\n- Builder: -\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\nI know this is a requirement for bug fixes, but I'm really stacked for time on an urgent project, and wanted to log this error in case anyone else is experiencing it and has a quick answer. or if its a known bug you can provide immediate answer to. When I get a chance I'll revert and try and set one up in the coming weeks.\n\n### Describe the bug\n\nSince installing a new package, and updating node to 18 from 16, I'm suddenly seeing loads of components that are not rendering. I also see the following errors in the console.\r\n\r\n```\r\nVue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`. \r\n```\r\nand\r\n```\r\n[Vue warn]: Component is missing template or render function. \r\n```\r\n\r\nI have tried deleting nuxt and node-modules folders and re-installing. I have discovered that simply changing the component file names works, but I of course can't do this for all of them as it would require lots of code changes. But it shows this is a weird error in the way the components are compiling. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3116,3117,3118],{"name":3059,"color":3060},{"name":3044,"color":3045},{"name":3063,"color":3064},24751,"Since updating my package.json file, many of my unchanged components are suddenly failing to render","2023-12-30T11:46:37Z","https://github.com/nuxt/nuxt/issues/24751",0.71187234,{"labels":3125,"number":3128,"owner":3030,"repository":3030,"state":3050,"title":3129,"updated_at":3130,"url":3131,"score":3132},[3126,3127],{"name":3044,"color":3045},{"name":3047,"color":3048},10479," ERROR Cannot redefine property: styles","2023-01-22T15:48:28Z","https://github.com/nuxt/nuxt/issues/10479",0.7134006,{"labels":3134,"number":3137,"owner":3030,"repository":3030,"state":3050,"title":3138,"updated_at":3139,"url":3140,"score":3141},[3135,3136],{"name":3044,"color":3045},{"name":3047,"color":3048},7915,"Nuxt memory leak universal mode","2023-01-22T15:36:07Z","https://github.com/nuxt/nuxt/issues/7915",0.71399784,["Reactive",3143],{},["Set"],["ShallowReactive",3146],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fn6C7_YoaCHCHagq4xLj_urAEiiw0-Bmhd8wYxsYygPA":-1},"/nuxt/ui/3174"]