Implement a react hook: useErrorBoundary ```js const { ErrorBoundary } = useErrorBoundary(FallBackComponent, onDidCatch) ```