Tiny Congress Frontend
    Preparing search index...
    • ErrorBoundary wrapper for the react-error-boundary library.

      Catches JavaScript errors anywhere in the child component tree, logs those errors, and displays a fallback UI.

      Parameters

      • __namedParameters: ErrorBoundaryProps

      Returns Element

      <ErrorBoundary context="Dashboard">
      <DashboardPage />
      </ErrorBoundary>

      docs/interfaces/react-coding-standards.md for standards and best practices