\n \u003C/div>\n\u003C/template>\n```\n\n### Logs\n\n```shell-script\n\n```",[3094,3095],{"name":3019,"color":3020},{"name":3022,"color":3023},2755,"Veritcal NavigationMenu - `defaultOpen` doesn't work","2024-11-26T10:29:27Z","https://github.com/nuxt/ui/issues/2755",0.6383542,{"description":3102,"labels":3103,"number":3104,"owner":3028,"repository":3039,"state":3055,"title":3105,"updated_at":3106,"url":3107,"score":3108},"After using `pnpm update` to upgrade vue to 3.4.3, the console throws a lot of `Hydration mismatch`. If I am using vue 3.3.13, no `Hydration mismatch` warnings will be thrown.\r\n\r\n\u003Cimg width=\"1402\" alt=\"SCR-20240103-qagg\" src=\"https://github.com/nuxt/nuxt.com/assets/133459587/188ac1c4-e19a-4570-a5d0-4863c92a7bda\">\r\n",[],1467,"About vue@3.4.3 causing hydration mismatch","2024-05-03T00:34:36Z","https://github.com/nuxt/nuxt.com/issues/1467",0.63860047,{"description":3110,"labels":3111,"number":3121,"owner":3028,"repository":3029,"state":3055,"title":3122,"updated_at":3123,"url":3124,"score":3125},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.3\n- Builder: -\n- User Config: app, compatibilityDate, colorMode, components, dayjs, devtools, ssr, modules, i18n, css, runtimeConfig, oauth, ui, vite, typescript, zodI18n\n- Runtime Modules: @nuxt/ui@3.0.0-beta.2, @nuxt/eslint@0.7.6, @nuxtjs/i18n@9.1.0, @bitinflow/nuxt-oauth@2.0.4, dayjs-nuxt@2.1.11, nuxt-zod-i18n@1.11.5, @sentry/nuxt/module@9.1.0\n- Build Modules: -\n\nI get the following typescript errors when running `nuxt build`. It seems there is an issue with the typing.\n\n```\nnode_modules/.pnpm/@nuxt+ui@3.0.0-beta.2_@babel+parser@7.26.7_change-case@5.4.4_db0@0.2.3_embla-carousel@8.5.2_i_3af7t5nnzgftjhnlc5qi4ndj44/node_modules/@nuxt/ui/dist/runtime/components/Table.vue:316:81 - error TS2339: Property 'class' does not exist on type 'ColumnMeta\u003CT, unknown>'.\n\n316 :class=\"ui.th({ class: [props.ui?.th, header.column.columnDef.meta?.class?.th], pinned: !!header.column.getIsPinned() })\"\n ~~~~~\n\nnode_modules/.pnpm/@nuxt+ui@3.0.0-beta.2_@babel+parser@7.26.7_change-case@5.4.4_db0@0.2.3_embla-carousel@8.5.2_i_3af7t5nnzgftjhnlc5qi4ndj44/node_modules/@nuxt/ui/dist/runtime/components/Table.vue:341:83 - error TS2339: Property 'class' does not exist on type 'ColumnMeta\u003CT, unknown>'.\n\n341 :class=\"ui.td({ class: [props.ui?.td, cell.column.columnDef.meta?.class?.td], pinned: !!cell.column.getIsPinned() })\"\n ~~~~~\n\n\nFound 2 errors in the same file, starting at: node_modules/.pnpm/@nuxt+ui@3.0.0-beta.2_@babel+parser@7.26.7_change-case@5.4.4_db0@0.2.3_embla-carousel@8.5.2_i_3af7t5nnzgftjhnlc5qi4ndj44/node_modules/@nuxt/ui/dist/runtime/components/Table.vue:316\n```\n\n@benjamincanac could you maybe have a look at this?\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-beta.2\n\n### Reproduction\n\n-\n\n### Description\n\nTypescript errors on build regarding the Table component.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3112,3113,3116,3117,3118],{"name":3019,"color":3020},{"name":3114,"color":3115},"needs reproduction","CB47CF",{"name":3022,"color":3023},{"name":3025,"color":3026},{"name":3119,"color":3120},"closed-by-bot","ededed",3439,"[Table] Typescript issue on Table component","2025-03-25T02:04:44Z","https://github.com/nuxt/ui/issues/3439",0.63862205,{"description":3127,"labels":3128,"number":3131,"owner":3028,"repository":3029,"state":3055,"title":3132,"updated_at":3133,"url":3134,"score":3135},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@9.6.7\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, @nuxt/eslint@0.7.2, @nuxtjs/i18n@9.1.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nNone\n\n### Description\n\nThank you very much for providing such a great component library. I'm trying to use it in my personal project.\n\nThe following is the relevant code:\n```ts\nconst columns = computed(() => defaultColumns.filter(column => selectedColumns.value.includes(column.accessorKey)))\n```\n```vue\n\u003CUTable\n :columns=\"columns\"\n :data=\"data\"\n/>\n```\n\n---\nI checked the latest documentation, and the examples of UTable regarding column display control seem to have no effect, such as: https://ui3.nuxt.dev/components/table#with-column-visibility.\n\n\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3129,3130],{"name":3019,"color":3020},{"name":3022,"color":3023},2874,"The update of the columns property will not trigger an update of the UTable component","2025-01-25T13:12:40Z","https://github.com/nuxt/ui/issues/2874",0.648751,["Reactive",3137],{},["Set"],["ShallowReactive",3140],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fXREOyt3OdMPAWlGxlpCfseLcqVrQ4roVDkHNJuV-4Ho":-1},"/nuxt/ui/2421"]