This commit is contained in:
Rizky 2024-07-25 10:03:08 +07:00
parent 2d6a0eaa63
commit 273aa3b1f0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -129,7 +129,7 @@ export const Root = () => {
}
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>;
}