MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / App

Function App

console/src/platform/App.tsx:47–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45};
46
47export const App = () => {
48 return (
49 <>
50 <ColorModeScript initialColorMode={initialColorMode} />
51 <ColorModeProvider options={themeConfig}>
52 <JotaiProviderWrapper>
53 <BrowserRouterWrapper>
54 <ChakraProviderWrapper>
55 <AppErrorBoundary containerProps={{ height: "100vh" }}>
56 <QueryClientProvider client={getQueryClient()}>
57 <DevtoolsContainer />
58 <IntercomAnonymousContainer />
59 <FronteggProviderWrapper>
60 <OidcProviderWrapper>
61 <AppErrorBoundary containerProps={{ height: "100vh" }}>
62 <React.Suspense fallback={<LoadingScreen />}>
63 <UnauthenticatedRoutes />
64 </React.Suspense>
65 </AppErrorBoundary>
66 </OidcProviderWrapper>
67 </FronteggProviderWrapper>
68 </QueryClientProvider>
69 </AppErrorBoundary>
70 </ChakraProviderWrapper>
71 </BrowserRouterWrapper>
72 </JotaiProviderWrapper>
73 </ColorModeProvider>
74 </>
75 );
76};

Callers

nothing calls this directly

Calls 1

getQueryClientFunction · 0.90

Tested by

no test coverage detected