Closed rustyjux closed 3 months ago
Apparently adding return null to the useEffect() fixes the component render cycle and may be preventing the component from mounting and unmounting unpredictably before.
return null
useEffect()
Worked 10x in a row in docker compose where it was frequently failing before.
docker compose
🚀 Feature branch deployment: https://api-services-portal-feature-ns-to-gw-gateway-detail-redirect.apps.silver.devops.gov.bc.ca
Why are so many old commits showing? When I run git merge dev I get Already up to date.
git merge dev
Already up to date
Apparently adding
return null
to theuseEffect()
fixes the component render cycle and may be preventing the component from mounting and unmounting unpredictably before.Worked 10x in a row in
docker compose
where it was frequently failing before.🚀 Feature branch deployment: https://api-services-portal-feature-ns-to-gw-gateway-detail-redirect.apps.silver.devops.gov.bc.ca