\r\n \u003C/div>\r\n \u003C/client-only>\r\n \u003C/div>\r\n \u003C/template>\r\n\u003C/Stepper>\r\n```\r\nThe placeholder remains with no content replaced as shown below:\r\n\r\n\r\n### What is Expected?\r\nContent inside `\u003Cclient-only>` tag should get rendered instead of getting stuck on the placeholder (or blank state if placeholder not provided).\r\n\r\n### What is actually happening?\r\n`\u003Cclient-only>` tag does not render its content when the tag is placed inside a component slot, as shown in the provided example. It does render when placed outside of the slot.",[2867,2870,2873],{"name":2868,"color":2869},"stale","ffffff",{"name":2871,"color":2872},"pending triage","E99695",{"name":2874,"color":2875},"2.x","d4c5f9",8579,"nuxt","closed","Client-only content doesn't render in component's slot","2023-01-22T15:38:40Z","https://github.com/nuxt/nuxt/issues/8579",0.7247919,{"description":2884,"labels":2885,"number":2889,"owner":2877,"repository":2890,"state":2878,"title":2891,"updated_at":2892,"url":2893,"score":2894},"https://volta.s3.fr-par.scw.cloud/Clean_Shot_2022_02_25_at_17_19_52_5b7648bd53.mp4\n",[2886],{"name":2887,"color":2888},"bug","ff281a",90,"nuxt.com","(UI) USelect: placeholder put in the value","2023-02-15T12:30:37Z","https://github.com/nuxt/nuxt.com/issues/90",0.73070765,{"description":2896,"labels":2897,"number":2899,"owner":2877,"repository":2890,"state":2878,"title":2900,"updated_at":2901,"url":2902,"score":2903},"",[2898],{"name":2887,"color":2888},164,"`USelect` default value is not displayed after ssr load","2023-02-15T12:31:49Z","https://github.com/nuxt/nuxt.com/issues/164",0.73313564,{"labels":2905,"number":2908,"owner":2877,"repository":2877,"state":2878,"title":2909,"updated_at":2910,"url":2911,"score":2912},[2906,2907],{"name":2871,"color":2872},{"name":2874,"color":2875},9797,"after call error method in fetch navigation not working","2023-01-22T15:45:05Z","https://github.com/nuxt/nuxt/issues/9797",0.73369586,{"description":2914,"labels":2915,"number":2917,"owner":2877,"repository":2877,"state":2878,"title":2918,"updated_at":2919,"url":2920,"score":2921},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v20.14.0\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.7.1\r\n- Builder: -\r\n- User Config: runtimeConfig, extends, modules, ui, colorMode, routeRules, devtools, typescript, future, eslint, nitro, i18n, compatibilityDate\r\n- Runtime Modules: @nuxt/eslint@0.5.0, @nuxt/fonts@0.7.1, @nuxt/ui@2.18.4, @vueuse/nuxt@10.11.0, @nuxtjs/i18n@8.5.0\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-u6tm1b?file=app.vue\n\n### Describe the bug\n\nWhen using a `v-model` prop with some initial object values (such as fetched already selected data from backend), the `\u003CUSelectMenu>` component doesn't show these as selected and seems to ignore them completely.\r\n\r\nEven when selecting the same objects again, it just seems to add them to the array and disregard anything, that was there previously.\n\n### Additional context\n\nThe behaviour changes when setting the `by` prop. In my case, I set it to `id`, after which I can see the object as selected, **but only** in the dropdown.\r\nThe button itself still shows `0 selected`.\n\n### Logs\n\n_No response_",[2916],{"name":2871,"color":2872},28733,"SelectMenu initial object values","2024-08-28T03:27:34Z","https://github.com/nuxt/nuxt/issues/28733",0.74154246,{"description":2923,"labels":2924,"number":2932,"owner":2877,"repository":2877,"state":2878,"title":2933,"updated_at":2934,"url":2935,"score":2936},"### Environment\n\n- Operating System: `Linux`\r\n- Node Version: `v21.5.0`\r\n- Nuxt Version: `3.10.1`\r\n- CLI Version: `3.10.0`\r\n- Nitro Version: `2.8.1`\r\n- Package Manager: `yarn@1.22.21`\r\n- Builder: `-`\r\n- User Config: `devtools`, `app`, `experimental`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\r\nflags:\r\n`{ experimental: { componentIslands: { selectiveClient: true } }`\n\n### Reproduction\n\nhttps://stackblitz.com/~/github.com/marccremer/nuxt_islands_issue\n\n### Describe the bug\n\nWhen you rerender a server component it doesnt work on the inner client components.\r\nIn the example you change the props by clicking on the button.\r\nYou expect \"heyfalse\" to turn into \"heytrue\".\r\nNothing happens\n\n### Additional context\n\nThe given example works when you remove the baseUrl.\r\nIt seems that on rererend er the dynmic import doesnt take the baseUrl.\r\nIt should be `import(\"http://localhost:3000\"+baseUrl+\"component.vue\")`\r\nBut it does instead this\r\n`import(\"http://localhost:3000\"+\"component.vue\")`\r\nAnd doesnt find the import.\r\n\n\n### Logs\n\n```shell-script\nUncaught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/@fs/home/redacted/nuxt_island_issue/components/ClientShow.vue?import\n```\n",[2925,2928,2929],{"name":2926,"color":2927},"3.x","29bc7f",{"name":2871,"color":2872},{"name":2930,"color":2931},"server components","839413",25676,"Client component within server component not working, when app.baseUrl is set","2024-03-15T16:16:42Z","https://github.com/nuxt/nuxt/issues/25676",0.74546474,{"description":2938,"labels":2939,"number":2945,"owner":2877,"repository":2877,"state":2878,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Environment\n\nNuxt project info: 10:52:59 AM\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.15.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.14.0\n- Nitro Version: 2.9.7\n- Package Manager: pnpm@9.9.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-d9qil3\n\nBe sure to open in full page, and open the dev console\n\n### Describe the bug\n\n`\u003CSomeComponent>.server.vue` actually still works, but if it contains a **selectiveClient** / `nuxt-client` element, this part is now broken, until you refresh or navigate to another page, using links and not the browser buttons (well refresh does work)\n\nWhether or not the server component contains a **selectiveClient** is irrelevant to the error message in the console, it will still throw that error\n\nHowever if it does contain a **selectiveClient**, then that part of the server component, is now broken\n\n### Additional context\n\nWhen using normal links (either a href, or \u003CNuxtLink>) this does not happen\n\nIt only happens when hitting the back button in the browser (or shortcut on mouse)\n\nEDIT:\nActually it does happen with NuxtLink's, the href is simply reloading the whole page, that's why it's not happening there\n\n### Logs\n\nruntime-core.esm-bundler.js?v=c0e84aa4:50 [Vue warn]: Failed to locate Teleport target with selector \"div[data-island-uid='1'][data-island-component=\"CounterButton-hb1RAsRv3M\"]\". Note the target element must exist before the component is mounted - i.e. the target cannot be rendered by the component itself, and ideally should be outside of the entire Vue component tree. \n at \u003CNuxtIsland name=\"HelloIsland\" > \n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C Proxy(Object) {__v_skip: true} > > \n at \u003CAnonymous key=\"/\" vnode= {__v_isVNode: true, __v_skip: true, type: {…}, props: {…}, key: null, …} route= {fullPath: '/', path: '/', query: {…}, hash: '', name: 'index', …} ... > \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage> \n at \u003CSideMenu ref=Ref\u003C Proxy(Object) {…} > > \n at \u003CLayoutLoader key=\"side-menu\" layoutProps= {ref: RefImpl} name=\"side-menu\" > \n at \u003CNuxtLayoutProvider layoutProps= {ref: RefImpl} key=\"side-menu\" name=\"side-menu\" ... > \n at \u003CNuxtLayout> \n at \u003CApp key=4 > \n at \u003CNuxtRoot>",[2940,2941,2944],{"name":2871,"color":2872},{"name":2942,"color":2943},"needs reproduction","FBCA04",{"name":2930,"color":2931},29345,"NuxtIsland: Failed to locate Teleport target with selector","2024-12-09T10:35:39Z","https://github.com/nuxt/nuxt/issues/29345",0.74751574,{"labels":2951,"number":2954,"owner":2877,"repository":2877,"state":2878,"title":2955,"updated_at":2956,"url":2957,"score":2958},[2952,2953],{"name":2871,"color":2872},{"name":2874,"color":2875},9593,"Fetch hook breaking during client side routing","2023-01-22T15:44:59Z","https://github.com/nuxt/nuxt/issues/9593",0.7502329,{"description":2896,"labels":2960,"number":93,"owner":2877,"repository":2890,"state":2878,"title":2961,"updated_at":2962,"url":2963,"score":2964},[],"Teams dropdown","2022-02-03T15:03:43Z","https://github.com/nuxt/nuxt.com/issues/1",0.75114906,{"description":2966,"labels":2967,"number":2971,"owner":2877,"repository":2890,"state":2878,"title":2972,"updated_at":2973,"url":2974,"score":2975},"This component should handle `templates` fetching and could be called `components/templates/projects/ProjectsListPlaceholder.vue`\n\n",[2968],{"name":2969,"color":2970},"enhancement","1ad6ff",60,"Move projects placeholder with templates to specific component","2023-02-15T12:30:34Z","https://github.com/nuxt/nuxt.com/issues/60",0.7522608,["Reactive",2977],{},["Set"],["ShallowReactive",2980],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f0fwIcX7ptQdWSGyTWALZEfI7-XQb3wBQNGegzfgAoSg":-1},"/nuxt/nuxt.com/220"]