fix: Fixing word break for large description option answers (M2-8267) #539
Annotations
10 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run yarn eslint src:
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
|
Run yarn eslint src:
src/entities/activity/api/fetchActivityById.ts#L18
Unexpected console statement
|
Run yarn eslint src:
src/features/PassSurvey/model/AlertsExtractor.ts#L211
Forbidden non-null assertion
|
Run yarn eslint src:
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L82
React Hook useEffect has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array
|
Run yarn eslint src:
src/widgets/InactivityTracker/lib/useIdleTimer.ts#L31
Unexpected console statement
|
Run yarn eslint src:
src/widgets/InactivityTracker/lib/useIdleTimer.ts#L42
Unexpected console statement
|
Run yarn eslint src:
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
|
Run yarn eslint src:
src/widgets/Survey/model/hooks/useEntityTimer.ts#L73
Unexpected console statement
|
Run yarn eslint src:
src/widgets/Survey/model/hooks/useEntityTimer.ts#L82
Unexpected console statement
|
Loading