The second useEffect in useManifestStatus.ts sets an up-to-date cacheManifestVersion before ensuring that the fetchManifest function call has succeeded without errors. Need to do some refactoring to manage fail states for the different pieces of logic happening there.
The second useEffect in useManifestStatus.ts sets an up-to-date
cacheManifestVersion
before ensuring that thefetchManifest
function call has succeeded without errors. Need to do some refactoring to manage fail states for the different pieces of logic happening there.