Module ReactErrorBoundary

external errorBoundary: ReasonReact.reactClass = "BS:4.0.7���)���������@@-ErrorBoundary1./jsErrorBoundary@@""ErrorBoundary";
type errorInfo;
external errorInfo: componentStack:string => errorInfo = "BS:4.0.7������������B.componentStack@@""";
external componentStack: errorInfo => string = "BS:4.0.7������������B@@A.componentStack@""";
external componentStackGet: errorInfo => string = "BS:4.0.7������������B@@A.componentStack@""";
let make: didCatch:(Js_exn.t => errorInfo => unit) => renderError:(Js_exn.t => ReasonReact.reactElement) => 'a => ReasonReact.component;