We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb71b6 commit ef440d4Copy full SHA for ef440d4
docs/02-app/01-building-your-application/01-routing/07-error-handling.mdx
@@ -32,7 +32,7 @@ export default function Error({
32
error,
33
reset,
34
}: {
35
- error: Error
+ error: Error & { digest?: string }
36
reset: () => void
37
}) {
38
useEffect(() => {
@@ -111,7 +111,7 @@ export default function Error({
111
112
113
114
115
116
117
return (
@@ -182,7 +182,7 @@ export default function GlobalError({
182
183
184
185
186
187
188
0 commit comments