mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
error handling
This commit is contained in:
@@ -305,7 +305,8 @@ export function prepare_page(target: Target): Promise<{
|
||||
};
|
||||
|
||||
return {
|
||||
props: Object.assign({}, props, {
|
||||
nullable_depth: 0,
|
||||
data: Object.assign({}, props, {
|
||||
preloading: false,
|
||||
child: {
|
||||
component: ErrorComponent,
|
||||
|
||||
Reference in New Issue
Block a user