Browse Source
Update client components to signal readiness to the Flutter wrapper immediately upon mounting, rather than waiting for data hydration. Additionally, adjust profile query settings to prioritize fresh server-side data. - Force `useHabibWebReady(true)` in all client-side route components - Set `staleTime` to 0 in `useMarriageProfileQuery` to ensure fresh data on mount - Simplify `queryClient.setQueryData` logic in profile hookmaster
7 changed files with 14 additions and 25 deletions
Loading…
Reference in new issue