Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M2-6044: Submit Take Now Params #441

Merged
merged 2 commits into from
Apr 30, 2024

M2-6044: Update the multi-informant check that initiates the take now…

98fa175
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

M2-6044: Submit Take Now Params #441

M2-6044: Update the multi-informant check that initiates the take now…
98fa175
Select commit
Loading
Failed to load commit list.
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)