Add retries to page component function error. Reload for all 404 pages
This commit is contained in:
Vendored
+1
@@ -250,6 +250,7 @@ export type GrabPageComponentRes = {
|
||||
module?: BunextPageModule;
|
||||
root_module?: BunextRootModule;
|
||||
debug?: boolean;
|
||||
success?: boolean;
|
||||
};
|
||||
export type BunextRootModule = BunextPageModule;
|
||||
export type GrabPageReactBundledComponentRes = {
|
||||
|
||||
Reference in New Issue
Block a user