Skip to content

fix(plugin): useDebouncedCallback lint #3

fix(plugin): useDebouncedCallback lint

fix(plugin): useDebouncedCallback lint #3

Triggered via push June 3, 2024 02:58
Status Success
Total duration 2m 29s
Artifacts

main.yml

on: push
Lint & Build
41s
Lint & Build
Matrix: test
Semantic release
0s
Semantic release
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Lint & Build: src/components/Popup.tsx#L10
Missing return type on function
Lint & Build: src/components/SearchBar.tsx#L11
Missing return type on function
Lint & Build: src/components/SearchResults.tsx#L22
Missing return type on function
Lint & Build: src/hooks/useMedia.ts#L18
React Hook useEffect has missing dependencies: 'getValue' and 'mediaQueryLists'. Either include them or remove the dependency array
Lint & Build: src/hooks/useQuery.ts#L46
React Hook useEffect has missing dependencies: 'debouncedFetchEpisodes' and 'loading'. Either include them or remove the dependency array
Lint & Build: src/schema/podcastRssEpisode.ts#L10
Missing return type on function