chore: added patch-package to README.md (#704) #52
Annotations
10 errors and 10 warnings
index.d.ts#L1
Missing @file
|
index.d.ts#L301
File has too many lines (328). 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 comment
|
src/components/Picker.js#L221
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#L237
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#L256
React Hook useEffect has a missing dependency: 'ITEM_SCHEMA.value'. Either include it or remove the dependency array
|
src/components/Picker.js#L312
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#L333
'scroll' was used before it was defined
|
src/components/Picker.js#L335
React Hook useEffect has missing dependencies: 'autoScroll' and 'scroll'. Either include them or remove the dependency array
|
src/components/Picker.js#L454
React Hook useCallback has a missing dependency: 'ITEM_SCHEMA.value'. Either include it or remove the dependency array
|
src/components/Picker.js#L486
React Hook useMemo has missing dependencies: 'ITEM_SCHEMA.parent' and 'ITEM_SCHEMA.value'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading