// plane imports import { isRouteErrorResponse } from "react-router"; import { Banner } from "@plane/propel/banner"; import { Button } from "@plane/propel/button"; import { Card, ECardVariant } from "@plane/propel/card"; import { InfoFillIcon } from "@plane/propel/icons"; interface ErrorActionsProps { onGoHome: () => void; onReload?: () => void; } function ErrorActions({ onGoHome, onReload }: ErrorActionsProps) { return (
{error.data}
{error.message}
{error.stack}
Development Mode
This detailed error view is only visible in development. In production, users will see a friendly error page.
An unknown error occurred. Please try refreshing the page or contact support if the problem persists.