We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b48bd commit 0140590Copy full SHA for 0140590
app/examples/error.js
@@ -0,0 +1,6 @@
1
+"use client";
2
+
3
+export default function Error({error}) {
4
+ console.error("Server RSC Error:", error, error.digest);
5
+ return <div>Server Error</div>;
6
+}
0 commit comments