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

Triggered via pull request April 29, 2024 20:42
Status Success
Total duration 1m 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
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)
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)
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)
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)
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.