breadit
breadit copied to clipboard
Empty search bar unexpected behavior
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))
It is an easy fix, you are not using the right version of cmdk. Try doing
npm i [email protected]
It will download the ^0.2.1 which works perfectly fine.