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 198cc38 commit 6b3d1d4Copy full SHA for 6b3d1d4
packages/connect-react/examples/nextjs/src/app/page.tsx
@@ -38,8 +38,7 @@ export default function Home() {
38
configuredProps,
39
});
40
} catch (error) {
41
- console.error('Action run failed:', error);
42
- // Consider showing user-friendly error message
+ console.error("Action run failed:", error);
43
}
44
}}
45
/>
0 commit comments