MCPcopy
hub / github.com/wandb/openui / ErrorBoundaryProps

Interface ErrorBoundaryProps

frontend/src/components/ErrorBoundary.tsx:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import React from 'react'
3
4interface ErrorBoundaryProps {
5 renderError: (e: Error) => JSX.Element
6 onError?: (e: Error) => void
7 children?: ReactNode
8}
9
10interface ErrorBoundaryState {
11 error?: Error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected