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 127a749 commit 2356daaCopy full SHA for 2356daa
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-<img src="https://react-error-boundary-lib.vercel.app/og.svg" alt="react-error-boundary logo" width="400" height="210" />
+<img src="https://react-error-boundary-lib.vercel.app/og.png" alt="react-error-boundary logo" width="400" height="210" />
2
3
`react-error-boundary`: Reusable React [error boundary](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) component. Supports all React renderers (including React DOM and React Native).
4
package.json
@@ -1,6 +1,6 @@
{
"name": "react-error-boundary",
- "version": "6.1.0",
+ "version": "6.1.1",
"type": "module",
5
"description": "Simple reusable React error boundary component",
6
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
0 commit comments