MCPcopy
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
10interface ErrorBoundaryState {
11 error?: Error
12}
13
14export default class ErrorBoundary extends React.Component<
15 ErrorBoundaryProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected