M2-6044: Submit Take Now Params #150
GitHub Actions / ESLint
succeeded
Apr 25, 2024 in 0s
3 warnings
ESLint found 3 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 157 in src/widgets/ActivityDetails/model/hooks/useAnswers.ts
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
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)
Loading