fix
This commit is contained in:
parent
2d6a0eaa63
commit
273aa3b1f0
File diff suppressed because one or more lines are too long
|
|
@ -129,7 +129,7 @@ export const Root = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!page) {
|
if (!page) {
|
||||||
console.error("Page Not Found:", page, base.pathname, page_found);
|
console.error("Page Not Found:", page, base.pathname, page_found, router);
|
||||||
return <DeadEnd>Page Not Found</DeadEnd>;
|
return <DeadEnd>Page Not Found</DeadEnd>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue