You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// HACK: To avoid next build errors, functions that depend on async contexts need to be called outside the function that creates the new execution context.
constWithNoAuthLayout: NextPage<WithNoAuthLayoutProps>=async({ children })=>{
13
+
// HACK: To avoid next build errors, functions that depend on async contexts need to be called outside the function that creates the new execution context.
constRootLayout: NextPage<RootLayoutProps>=async({ children })=>{
22
-
// HACK: To avoid next build errors, functions that depend on async contexts need to be called outside the function that creates the new execution context.
0 commit comments