feat: improve error handling
This commit is contained in:
@@ -13,7 +13,9 @@ export default function Error({
|
||||
|
||||
return (
|
||||
<p>
|
||||
<strong>Breadcrumbs failed for this page ({error.digest})</strong>
|
||||
<strong>
|
||||
Breadcrumbs failed for this page ({error.digest}@{Date.now()})
|
||||
</strong>
|
||||
</p>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user