E2E workflows #6
5 warnings
ESLint found 5 warnings
Annotations
Check warning on line 18 in src/app/App.tsx
github-actions / ESLint
src/app/App.tsx#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
Check warning on line 211 in src/features/PassSurvey/model/AlertsExtractor.ts
github-actions / ESLint
src/features/PassSurvey/model/AlertsExtractor.ts#L211
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
Check warning on line 48 in src/features/TakeNow/ui/ValidateTakeNowParams.tsx
github-actions / ESLint
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L48
React Hook useEffect has a missing dependency: 'getMultiInformantState'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 68 in src/features/TakeNow/ui/ValidateTakeNowParams.tsx
github-actions / ESLint
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L68
React Hook useEffect has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 24 in src/widgets/LoginWithRedirect/index.tsx
github-actions / ESLint
src/widgets/LoginWithRedirect/index.tsx#L24
React Hook useEffect has missing dependencies: 'location.pathname' and 'location.search'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)