diff options
Diffstat (limited to 'cloud/app/src')
| -rw-r--r-- | cloud/app/src/app.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cloud/app/src/app.tsx b/cloud/app/src/app.tsx index f86960dc0..54bb6f4a3 100644 --- a/cloud/app/src/app.tsx +++ b/cloud/app/src/app.tsx @@ -12,9 +12,7 @@ export default function App() { <MetaProvider> <Title>opencode</Title> <Meta name="description" content="opencode - The AI coding agent built for the terminal." /> - <ErrorBoundary fallback={<div>Something went wrong</div>}> - <Suspense>{props.children}</Suspense> - </ErrorBoundary> + <Suspense>{props.children}</Suspense> </MetaProvider> )} > |
