Browse Source
Update client-side redirection logic across multiple routes to ensure routing decisions are only made after the profile data has been successfully fetched from the server. This prevents premature or incorrect redirects based on stale or incomplete hydrated data. - Add `isFetched` check to `useEffect` guards in candidate-contact, finding-match, new-match, request-accepted, and request-sent clients - Update `QuestionsListClient` to wait for `isProfileFetched` before triggering redirects - Clean up dependency arrays to include new fetch status variablesmaster
6 changed files with 9 additions and 25 deletions
Loading…
Reference in new issue