fix: prettier #2229
Annotations
3 warnings
If this step fails run 'yarn lint' and 'yarn format' then commit again.:
src/components/Suggester/CustomSuggester.tsx#L61
React Hook useCallback has a missing dependency: 'options'. Either include it or remove the dependency array
|
If this step fails run 'yarn lint' and 'yarn format' then commit again.:
src/components/Suggester/CustomSuggester.tsx#L81
React Hook useCallback has a missing dependency: 'defaultOptions'. Either include it or remove the dependency array. If 'setOptions' needs the current value of 'defaultOptions', you can also switch to useReducer instead of useState and read 'defaultOptions' in the reducer
|
If this step fails run 'yarn lint' and 'yarn format' then commit again.:
src/components/Suggester/Suggester.tsx#L89
React Hook useMemo has missing dependencies: 'executeExpression', 'iteration', 'optionResponses', and 'value'. Either include them or remove the dependency array. If 'executeExpression' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading