fix(plugin): useDebouncedCallback lint #3
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
|