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