feat(autocomplete): pre select option (if any option matching the val… #52
Annotations
3 errors and 8 warnings
Publish:
src/components/AutocompleteController.tsx#L104
Expected blank line before this statement
|
Publish:
src/components/AutocompleteController.tsx#L104
Expected blank line before this statement
|
Publish
Process completed with exit code 1.
|
Publish:
src/components/AutocompleteController.tsx#L2
'Controller' is defined but never used
|
Publish:
src/components/AutocompleteController.tsx#L2
'Controller' is defined but never used
|
Publish:
src/components/AutocompleteController.tsx#L95
Expected object keys to be in natural ascending order. 'control' should be before 'name'
|
Publish:
src/components/AutocompleteController.tsx#L108
React Hook useEffect has missing dependencies: 'optionValueAccessor' and 'options'. Either include them or remove the dependency array. If 'optionValueAccessor' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Publish:
src/components/AutocompleteController.tsx#L2
'Controller' is defined but never used
|
Publish:
src/components/AutocompleteController.tsx#L2
'Controller' is defined but never used
|
Publish:
src/components/AutocompleteController.tsx#L95
Expected object keys to be in natural ascending order. 'control' should be before 'name'
|
Publish:
src/components/AutocompleteController.tsx#L108
React Hook useEffect has missing dependencies: 'optionValueAccessor' and 'options'. Either include them or remove the dependency array. If 'optionValueAccessor' changes too often, find the parent component that defines it and wrap that definition in useCallback
|