fix: re-calc the marker when msgs are deleted #78333
Annotations
8 errors
Run ESLint:
src/pages/home/ReportScreen.tsx#L707
Curly braces are unnecessary here
|
Run ESLint:
tests/ui/UnreadIndicatorsTest.tsx#L478
Returning an awaited promise is not allowed in this context
|
Run ESLint:
tests/ui/UnreadIndicatorsTest.tsx#L480
promise returned from `findByTestId` query must be handled
|
Run ESLint:
tests/ui/UnreadIndicatorsTest.tsx#L480
Avoid destructuring queries from `render` result, use `screen.findByTestId` instead
|
Run ESLint:
tests/ui/UnreadIndicatorsTest.tsx#L482
Avoid wrapping Testing Library util calls in `act`
|
Run ESLint:
tests/ui/UnreadIndicatorsTest.tsx#L509
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
|
Run ESLint:
tests/ui/UnreadIndicatorsTest.tsx#L515
Avoid using multiple assertions within `waitFor` callback
|
Run ESLint
Process completed with exit code 1.
|