chore: runs prettier and enforces it via lint #245
Annotations
1 error and 5 warnings
test
Process completed with exit code 1.
|
test:
src/client/theme/SearchModal/SearchModal.tsx#L60
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
|
test:
src/client/theme/SearchModal/SearchModal.tsx#L120
React Hook useEffect has a missing dependency: 'allSearchResults.length'. Either include it or remove the dependency array
|
test:
src/client/theme/SearchModal/SearchModal.tsx#L126
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
|
test:
src/client/theme/SearchModal/SearchModal.tsx#L132
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
|
test:
src/client/theme/SearchModal/SearchModal.tsx#L178
React Hook useEffect has missing dependencies: 'indexHash', 'removeDefaultStopWordFilter', and 'searchResultLimits'. Either include them or remove the dependency array
|