\r\n \u003C/NuxtLayout>\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n3. Create any layout and index page\r\n4. `npm run dev`\r\n\r\n### Describe the bug\r\n\r\napp.vue has both NuxtPage and NuxtLayout inside, but either only layout is loaded, or only page\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2067,2068],{"name":2006,"color":2007},{"name":2024,"color":1995},28146,"Nuxt page not loading","2024-11-08T23:00:23Z","https://github.com/nuxt/nuxt/issues/28146",0.65006787,{"description":2075,"labels":2076,"number":2079,"owner":1997,"repository":1997,"state":2012,"title":2080,"updated_at":2081,"url":2082,"score":2083},"### Environment\n\n```\r\nNuxi 3.4.3 14:11:35\r\n 14:11:36\r\nRootDir: /home/projects/github-echkk3 14:11:36\r\nNuxt project info: 14:11:36\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\r\nThe same occurs with `nuxt@3.4.3` and `nuxt@3.0.0`, on both Linux and Windows.\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-echkk3?file=pages/index.vue\r\n\r\n\n\n### Describe the bug\n\nWhen rendering a component multiple times (e.g. `\u003CHelloWorld v-for=\"index in 10\" :key=\"index\" />`, or simply writing `\u003CHelloWorld />` many times), hot reload appears to update only one instance of the component.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2077,2078],{"name":2020,"color":2021},{"name":2006,"color":2007},20788,"Hot reload only updates one component instance when rendered multiple times","2023-06-03T15:59:23Z","https://github.com/nuxt/nuxt/issues/20788",0.6529956,{"description":2085,"labels":2086,"number":2092,"owner":1997,"repository":1997,"state":2012,"title":2093,"updated_at":2094,"url":2095,"score":2096},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v21.6.1\r\n- Nuxt Version: 3.10.0\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: pnpm@8.13.1\r\n- Builder: -\r\n- User Config: site, app, devtools, srcDir, css, modules, image, vite, eslint\r\n- Runtime Modules: nuxt-site-config@2.2.9, nuxt-speedkit@3.0.0-next.45, @nuxtseo/module@2.0.0-beta.55,\r\n @nuxtjs/tailwindcss@6.11.3, @nuxtjs/eslint-module@4.1.0, @nuxt/image@1.3.0, nuxt-icon@0.6.8\r\n- Build Modules: -\n\n### Reproduction\n\nIt's not reproductible with a repository\n\n### Describe the bug\n\nI was able to verify that by changing the name of a component and changing its path so that this file can be imported in the same way, the hot reload is broken.\r\n\r\nbefore:\r\nsrc\\components\\secondary\\ExampleComponent.vue\r\nafter:\r\nsrc\\components\\secondary\\Example\\Component.vue\n\n### Additional context\n\nI achieved this result by renaming the file through VSC.\n\n### Logs\n\n```shell-script\nPre-transform error: Failed to load url /components/secondary/ExampleComponent.vue (resolved id: C:/Users/\u003Ccensored>/Documents/GitHub/project-name/src/components/secondary/ExampleComponent.vue) in C:/Users/\u003Ccensored>/Documents/GitHub/project-name/src/components/secondary/Example.vue. Does the file exist?\n```\n",[2087,2088,2091],{"name":2006,"color":2007},{"name":2089,"color":2090},"dx","C39D69",{"name":2045,"color":2046},25631,"Hot Reload breaking on rename file (and change the path)","2024-12-02T10:04:15Z","https://github.com/nuxt/nuxt/issues/25631",0.6530367,{"description":2098,"labels":2099,"number":2102,"owner":1997,"repository":1997,"state":2012,"title":2103,"updated_at":2104,"url":2105,"score":2106},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.18.1\r\n- Nuxt Version: 3.7.4\r\n- CLI Version: 3.9.0\r\n- Nitro Version: 2.6.3\r\n- Package Manager: pnpm@8.9.0\r\n- Builder: -\r\n- User Config: app, buildDir, runtimeConfig, imports, css, components, alias, modules, auth, image, googleFonts, colorMode\r\n- Runtime Modules: @nuxtjs/color-mode@3.3.0, @pinia/nuxt@0.4.11, nuxt-lodash@2.5.0, @/modules/google-fonts/module, @nuxt/image@1.0.0-rc.3, @sidebase/nuxt-auth@0.5.0\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-kpf6bg?file=plugins%2Fnxui.ts\r\n\r\n\n\n### Describe the bug\n\n1. Created some custom components in the `/packages/components` directory\r\n2. Created `/plugins/nxui.ts` file to load the components.\r\n3. When I run `pnpm run dev`, all components in the /packages/componets directory will be loaded.\r\n4. When I refresh the page, all components in the /packages/componets directory are loaded.\r\n\r\nThis is a minimal example, I just created a card component under /packages/compoents, imported and exported the component in /packages/compoents/index.ts. The plugins are imported in /plugins/nxui.ts.\r\n\r\nMy page doesn't use the card component, but when the page loads it introduces it.\r\n\r\nAs you can imagine, when I have dozens of components, it takes dozens of seconds for the page to load.\r\n\r\nI don't know from which version it became like this.\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2100,2101],{"name":2020,"color":2021},{"name":2006,"color":2007},23649,"All components are loaded at once in development mode","2024-04-19T12:21:23Z","https://github.com/nuxt/nuxt/issues/23649",0.65430015,["Reactive",2108],{},["Set"],["ShallowReactive",2111],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"rMsbqUAzrrIaA4D-o-FSHba5ddBXkDmscavStO9m8dI":-1},"/nuxt/nuxt/22711"]