Something went wrong
An unexpected error occurred in the application.
{/* Error details */}
Error: {this.state.error.message}
{this.state.error.stack && (
{this.state.error.stack}
)}
{/* Component stack (in development) */}
{this.state.errorInfo?.componentStack && import.meta.env.DEV && (
Component Stack
{this.state.errorInfo.componentStack}
)}
{/* Actions */}