add query params to jobs page #408
Annotations
3 errors and 3 warnings
lint
Process completed with exit code 1.
|
lint
@cooper/web#lint: command (/home/runner/work/cooper/cooper/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint:
apps/web/src/app/(pages)/(dashboard)/(roles)/page.tsx#L3
'useCallback' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/web/src/app/_components/search/search-filter.tsx#L9
Imports "IndustryType" and "LocationType" are only used as type
|
lint:
apps/web/src/app/(pages)/(dashboard)/companies/page.tsx#L3
All imports in the declaration are only used as types. Use `import type`
|
lint:
apps/web/src/app/(pages)/(dashboard)/(roles)/page.tsx#L65
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
|