Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wandb/openui
/ ErrorBoundaryState
Interface
ErrorBoundaryState
frontend/src/components/ErrorBoundary.tsx:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
interface ErrorBoundaryState {
11
error?: Error
12
}
13
14
export default class ErrorBoundary extends React.Component<
15
ErrorBoundaryProps,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected