All updates
frontend

Fixed hydration mismatch caused by stale query cache

Bug Fixes

  • Replaced the single shared query cache with a fresh per-page instance so each full-page load starts with an empty cache. This fixed instances where the Project Switcher displayed stale data or triggered React hydration errors during page load.frontend