diff --git a/src/components/common/ErrorBoundary.jsx b/src/components/common/ErrorBoundary.jsx index 677a67fa..dad497a0 100644 --- a/src/components/common/ErrorBoundary.jsx +++ b/src/components/common/ErrorBoundary.jsx @@ -40,7 +40,7 @@ class ErrorBoundary extends React.Component {
Timestamp: {new Date().toISOString()}
Error: {this.state.error && this.state.error.toString()}
Stack Trace:
-{this.state.errorInfo.componentStack}
+ {this.state.errorInfo?.componentStack}