We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f182b commit 5103b72Copy full SHA for 5103b72
src/app/layout.tsx
@@ -201,7 +201,7 @@ export default function RootLayout({children}: Readonly<{ children: React.ReactN
201
return React.useMemo(() => {
202
return <html>
203
<body className={inter.className}>
204
- <Suspense>
+ <Suspense fallback={"loading..."}>
205
<ApolloProvider client={client}>
206
<Toaster position={"top-right"}/>
207
{children}
0 commit comments