Skip to content

M2-6109: [FE] [Web App] Header - Update to Include Subject and Respondent #161

M2-6109: [FE] [Web App] Header - Update to Include Subject and Respondent

M2-6109: [FE] [Web App] Header - Update to Include Subject and Respondent #161

GitHub Actions / ESLint succeeded Apr 29, 2024 in 0s

4 warnings

ESLint found 4 warnings

Annotations

Check warning on line 18 in src/app/App.tsx

See this annotation in the file changed.

@github-actions 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 40 in src/features/TakeNow/ui/ValidateTakeNowParams.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L40

React Hook useEffect has a missing dependency: 'getMultiInformantState'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 157 in src/widgets/ActivityDetails/model/hooks/useAnswers.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/widgets/ActivityDetails/model/hooks/useAnswers.ts#L157

React Hook useCallback has missing dependencies: 'featureFlags.enableMultiInformant' and 'isInMultiInformantFlow'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 24 in src/widgets/LoginWithRedirect/index.tsx

See this annotation in the file changed.

@github-actions 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)