chore(deps): update dependency cypress to v12.17.4 #94
ci.yml
on: pull_request
Run Type Check & Linters
1m 36s
Annotations
6 warnings
Run Type Check & Linters:
src/contexts/AuthContext.tsx#L54
React Hook useEffect has missing dependencies: 'USER_CREDENTIALS_KEY' and 'cookies'. Either include them or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/admin/categories/edit/[id].tsx#L69
React Hook useEffect has a missing dependency: 'getCategoryData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/admin/users/edit/[id].tsx#L69
React Hook useEffect has a missing dependency: 'getUserData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/index.tsx#L68
React Hook useEffect has a missing dependency: 'getDashboardData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/dashboard/subscriptions/index.tsx#L44
React Hook useEffect has a missing dependency: 'getSubscriptionsData'. Either include it or remove the dependency array
|
Run Type Check & Linters:
src/pages/event/[id].tsx#L68
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array
|