MCPcopy
hub / github.com/final-form/react-final-form / ErrorBoundaryProps

Interface ErrorBoundaryProps

src/testUtils.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface ErrorBoundaryProps {
26 spy: (error: Error) => void;
27 children: React.ReactNode;
28}
29
30export class ErrorBoundary extends React.Component<ErrorBoundaryProps> {
31 componentDidCatch(error: Error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…