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