+
β οΈ
+
Oops! Something went wrong
+
+ We encountered an unexpected error. Please try refreshing the page.
+
+
+
+
+
+ {process.env.NODE_ENV === 'development' && this.state.error && (
+
+ Error Details (Development)
+
+ {this.state.error.stack}
+
+
+ )}
+
+ );
+ }
+
+ return this.props.children;
+ }
+}
+
+export default ErrorBoundary;
\ No newline at end of file