Closed rszwajko closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.17%. Comparing base (
b654645
) to head (32e9679
). Report is 154 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sjd78 @ibolton336
The bug was found when testing #1939 - isFetchingApplications
was always false which breaks the the linking functionality.
Btw note that we use a different meaning of isFetching
then React Query - under the hood it's translated to isLoading
(which is a different state).
Initial data is persisted in cache which results in: