mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix(renderer): Catch render error with full page.
This commit is contained in:
parent
474a00a718
commit
9775e24273
@ -125,7 +125,7 @@ const Root = ({ gqlUri }) => {
|
||||
};
|
||||
lowdefy.user = {};
|
||||
return (
|
||||
<ErrorBoundary>
|
||||
<ErrorBoundary fullPage>
|
||||
<ApolloProvider client={lowdefy.client}>
|
||||
<RootQuery lowdefy={lowdefy}>
|
||||
<DisplayMessage
|
||||
@ -143,9 +143,7 @@ const Root = ({ gqlUri }) => {
|
||||
<OpenIdCallback lowdefy={lowdefy} />
|
||||
</Route>
|
||||
<Route exact path="/:pageId">
|
||||
<ErrorBoundary>
|
||||
<Page lowdefy={lowdefy} />
|
||||
</ErrorBoundary>
|
||||
<Page lowdefy={lowdefy} />
|
||||
</Route>
|
||||
</Switch>
|
||||
</RootQuery>
|
||||
|
Loading…
x
Reference in New Issue
Block a user