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 203c716 commit c4b90f5Copy full SHA for c4b90f5
packages/plugin-rsc/examples/starter/src/framework/error-boundary.tsx
@@ -2,7 +2,7 @@
2
3
import React from 'react'
4
5
-// Minimal ErrorBoundary implementation to handel errors globally
+// Minimal ErrorBoundary example to handel errors globally on browser
6
export function GlobalErrorBoundary(props: { children?: React.ReactNode }) {
7
return (
8
<ErrorBoundary errorComponent={DefaultGlobalErrorPage}>
0 commit comments