chore: add ci checks, order fields, fix types, and simplify logic #28
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#L52
Missing JSDoc @returns declaration
|
src/components/Picker.js#L55
Missing JSDoc @param "arrayOne" type
|
src/components/Picker.js#L56
Missing JSDoc @param "arrayTwo" type
|
src/components/Picker.js#L72
Missing JSDoc comment
|
src/components/Picker.js#L241
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#L257
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#L276
React Hook useEffect has a missing dependency: 'ITEM_SCHEMA.value'. Either include it or remove the dependency array
|
src/components/Picker.js#L332
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#L353
'scroll' was used before it was defined
|
The logs for this run have expired and are no longer available.
Loading