We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a909b commit 0ec71c2Copy full SHA for 0ec71c2
clients/mobile/app/_layout.tsx
@@ -31,8 +31,6 @@ export const unstable_settings = {
31
};
32
33
// Component to configure auth provider and the api base url
34
-// Called synchronously during render (not in useEffect) so config is set before
35
-// QueryClientProvider's children render and fire their initial queries.
36
function AppConfigurator() {
37
const { getToken } = useAuth();
38
setConfig({
0 commit comments