TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
24.51k stars 3.03k forks source link

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length') at getFacetedUniqueValues.ts:20:38 #5483

Closed MeewMeew closed 3 months ago

MeewMeew commented 3 months ago

TanStack Table version

8.15.3

Framework/Library version

Vue 3 latest

Describe the bug and the steps to reproduce it

im trying to run this example of shadcn-vue: https://github.com/radix-vue/shadcn-vue/tree/dev/apps/www/src/examples/tasks (using tanstack table) but im getting error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length') at getFacetedUniqueValues.ts:20:38 image

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

https://github.com/radix-vue/shadcn-vue/tree/dev/apps/www/src/examples/tasks

Screenshots or Videos (Optional)

image image

Do you intend to try to help solve this bug with your own PR?

No, because I do not know how

Terms & Code of Conduct