Zero Liu
Results
2
issues of
Zero Liu
When using eslint-import-resolver-alias with enzyme, it throws an error. ``` // item.test.tsx import { shallow } from 'enzyme'; ``` ``` // .eslint.json "settings": { "import/resolver": { "alias": { "map": [["src",...
Hi! I'm building Select/MultiSelect components using cmdk (coming from shadcn/ui). I wonder whether the input is considered a required component in the command tree. Here's an example without Input. The...