fix(desktop): error handling

This commit is contained in:
Adam
2025-12-19 07:38:33 -06:00
parent 4f318f913e
commit e1ad2a355c
15 changed files with 227 additions and 29 deletions

View File

@@ -41,7 +41,7 @@ export function App() {
return (
<MetaProvider>
<Font />
<ErrorBoundary fallback={ErrorPage}>
<ErrorBoundary fallback={(error) => <ErrorPage error={error} />}>
<DialogProvider>
<MarkedProvider>
<DiffComponentProvider component={Diff}>