Skip to content

chore: removes parcel as it is not needed #251

chore: removes parcel as it is not needed

chore: removes parcel as it is not needed #251

Triggered via pull request November 27, 2024 14:24
Status Success
Total duration 1m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
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