From c10fcc9d586fd895a8f6fd06037c08855546d593 Mon Sep 17 00:00:00 2001 From: Sone Gillis Date: Tue, 7 Jul 2026 00:45:10 +0100 Subject: [PATCH] fix(app): render LanguagePreferenceSync at the top of the provider tree Move out of the AuthProvider subtree and render it alongside SentryInit / MentorTimeTrackingProvider at the top level, so it mounts regardless of the AuthProvider/TenantProvider gating instead of only when that subtree renders. --- providers/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/index.tsx b/providers/index.tsx index c4511ec5..6b4024d4 100644 --- a/providers/index.tsx +++ b/providers/index.tsx @@ -464,6 +464,7 @@ export default function Providers({ children }: { children: React.ReactNode }) { return ( + -