Unhandled Runtime Error
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
Call Stack
Function.from
A
(app-pages-browser)/node_modules/cmdk/dist/index.mjs (1:3976)
U
(app-pages-browser)/node_modules/cmdk/dist/index.mjs (1:2996)
I am encountering an issue when I click on the Combobox.
The Combobox is used from the shadcn UI and the first example code is used as mentioned in the document below.
link – https://ui.shadcn.com/docs/components/combobox#combobox
nextjs – 14.1.4
shadcn/ui – 0.8.0
node – 20.11.1