diff --git a/src/error-boundary.js b/src/error-boundary.js index 38b9c79..9c9326f 100644 --- a/src/error-boundary.js +++ b/src/error-boundary.js @@ -28,7 +28,7 @@ class ErrorBoundary extends React.Component { if (this.state.errorMessage) { // You can render any custom fallback UI return ( -