Browse Source

wip: cloud

Dax Raad 5 months ago
parent
commit
2bb5b9b13a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      cloud/app/src/routes/workspace.tsx

+ 3 - 1
cloud/app/src/routes/workspace.tsx

@@ -30,7 +30,9 @@ const logout = action(async () => {
 })
 })
 
 
 export default function WorkspaceLayout(props: RouteSectionProps) {
 export default function WorkspaceLayout(props: RouteSectionProps) {
-  const userInfo = createAsync(() => getUserInfo())
+  const userInfo = createAsync(() => getUserInfo(), {
+    deferStream: true,
+  })
   return (
   return (
     <main data-page="workspace">
     <main data-page="workspace">
       <header data-component="workspace-header">
       <header data-component="workspace-header">