Release/v2.5.2 [main] #529
Annotations
9 warnings
Lint:
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
|
Lint:
src/entities/activity/api/fetchActivityById.ts#L18
Unexpected console statement
|
Lint:
src/features/PassSurvey/model/AlertsExtractor.ts#L211
Forbidden non-null assertion
|
Lint:
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L82
React Hook useEffect has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array
|
Lint:
src/widgets/InactivityTracker/lib/useIdleTimer.ts#L31
Unexpected console statement
|
Lint:
src/widgets/InactivityTracker/lib/useIdleTimer.ts#L42
Unexpected console statement
|
Lint:
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
|
Lint:
src/widgets/Survey/model/hooks/useEntityTimer.ts#L73
Unexpected console statement
|
Lint:
src/widgets/Survey/model/hooks/useEntityTimer.ts#L82
Unexpected console statement
|