chore: add ci checks, order fields, fix types, and simplify logic #30
Annotations
10 errors and 10 warnings
index.d.ts#L1
Missing @file
|
index.d.ts#L301
File has too many lines (327). Maximum allowed is 300
|
index.js#L1
Missing @file
|
index.js#L2
Expected 'multiple' syntax before 'single' syntax
|
index.js#L12
Missing return type on function
|
index.js#L17
Missing return type on function
|
index.js#L22
Missing return type on function
|
index.js#L27
Missing return type on function
|
index.js#L31
Missing return type on function
|
index.js#L35
Missing return type on function
|
src/components/ListEmpty.js#L5
Missing JSDoc comment
|
src/components/Picker.js#L55
Missing JSDoc @param "valueOne" type
|
src/components/Picker.js#L56
Missing JSDoc @param "valueTwo" type
|
src/components/Picker.js#L57
Missing JSDoc @returns type
|
src/components/Picker.js#L73
Missing JSDoc comment
|
src/components/Picker.js#L242
React Hook useEffect has missing dependencies: 'ITEM_SCHEMA.value', 'items', 'multiple', and 'value'. Either include them or remove the dependency array
|
src/components/Picker.js#L258
React Hook useEffect has missing dependencies: 'closeOnBackPressed' and 'setOpen'. Either include them or remove the dependency array. If 'setOpen' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/components/Picker.js#L277
React Hook useEffect has a missing dependency: 'ITEM_SCHEMA.value'. Either include it or remove the dependency array
|
src/components/Picker.js#L333
React Hook useEffect has missing dependencies: 'ITEM_SCHEMA.value', 'multiple', and 'onChangeValue'. Either include them or remove the dependency array. If 'onChangeValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/components/Picker.js#L354
'scroll' was used before it was defined
|
The logs for this run have expired and are no longer available.
Loading