MCPcopy
hub / github.com/NervJS/nerv / componentDidCatch

Method componentDidCatch

packages/nerv-shared/src/index.ts:108–108  ·  view source on GitHub ↗
(error?)

Source from the content-addressed store, hash-verified

106 ): void
107 componentWillUnmount? (): void
108 componentDidCatch? (error?): void
109 getDerivedStateFromProps? (nextProps: Readonly<P>, prevState: Readonly<S>): object | null
110 getDerivedStateFromError? (error?): object | null
111 getSnapshotBeforeUpdate? (prevProps: Readonly<P>, prevState: Readonly<S>): object | null

Callers 4

errorHandlerFunction · 0.65
oeFunction · 0.65
reFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected