summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-01 04:03:07 -0400
committerDax Raad <[email protected]>2025-09-01 04:03:07 -0400
commit2bb5b9b13a217040d67c6388b6f518edeb0c8940 (patch)
tree96cdd5c3aecac39954056df69e384314e89b1a18 /cloud
parent41338d1bf9cc941d57ced2a2958b1224fdfab988 (diff)
downloadopencode-2bb5b9b13a217040d67c6388b6f518edeb0c8940.tar.gz
opencode-2bb5b9b13a217040d67c6388b6f518edeb0c8940.zip
wip: cloud
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/workspace.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/app/src/routes/workspace.tsx b/cloud/app/src/routes/workspace.tsx
index f75af8e74..ddb98f4c5 100644
--- a/cloud/app/src/routes/workspace.tsx
+++ b/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">