Add Developer Tools API project files #5
Annotations
10 errors
|
test:
client/src/components/search/search-results.tsx#L12
Cannot find module '@/lib/types' or its corresponding type declarations.
|
|
test:
client/src/components/search/enhanced-search.tsx#L208
Parameter 'value' implicitly has an 'any' type.
|
|
test:
client/src/components/search/enhanced-search.tsx#L208
Parameter 'filterKey' implicitly has an 'any' type.
|
|
test:
client/src/components/search/enhanced-search.tsx#L208
Type '{ filters: SearchFilters; onRemoveFilter: (filterKey: any, value: any) => void; }' is not assignable to type 'IntrinsicAttributes & FilterTagsProps'.
|
|
test:
client/src/components/search/enhanced-search.tsx#L25
Cannot find module '@/lib/types' or its corresponding type declarations.
|
|
test:
client/src/components/search/advanced-filters.tsx#L64
Type 'number | undefined' is not assignable to type 'number'.
|
|
test:
client/src/components/search/advanced-filters.tsx#L46
Type 'number | undefined' is not assignable to type 'number'.
|
|
test:
client/src/components/migration/migration-wizard.tsx#L79
Type 'string | undefined' is not assignable to type 'string'.
|
|
test:
client/src/components/edit-tool-dialog.tsx#L147
Parameter 'category' implicitly has an 'any' type.
|
|
test:
client/src/components/edit-tool-dialog.tsx#L147
'categories' is of type 'unknown'.
|