Dax Raad 1 年間 前
コミット
2bb5b9b13a
1 ファイル変更3 行追加1 行削除
  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) {
-  const userInfo = createAsync(() => getUserInfo())
+  const userInfo = createAsync(() => getUserInfo(), {
+    deferStream: true,
+  })
   return (
     <main data-page="workspace">
       <header data-component="workspace-header">