We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb7d88 commit edfeafcCopy full SHA for edfeafc
README.md
@@ -5,7 +5,7 @@ An unopinionated `<ErrorBoundary />` React component for React 16+.
5
```JSX
6
<div>
7
<ErrorBoundary
8
- onCaughtError={logError}
+ onError={logError}
9
>
10
{error => error
11
? (
0 commit comments