joschan21 / breadit

Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
1.06k stars 264 forks source link

Empty search bar unexpected behavior #36

Open NourWaell opened 7 months ago

NourWaell commented 7 months ago

Whenever i empty the search bar, the second i remove the last character in the input it throws an error:

Unhandled Runtime Error TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))

sexfrance commented 1 week ago

It is an easy fix, you are not using the right version of cmdk. Try doing

npm i cmdk@0.2.1

It will download the ^0.2.1 which works perfectly fine.