Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/daily-code
/ ErrorBoundaryProps
Interface
ErrorBoundaryProps
apps/web/components/ErrorBoundary.tsx:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { Component, ReactNode } from
"react"
;
2
3
interface ErrorBoundaryProps {
4
children: ReactNode;
5
}
6
7
interface ErrorBoundaryState {
8
hasError: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected