Modern React Template - v0.0.10
    Preparing search index...
    • ErrorFallback Component

      Displays a user-friendly error message when the application crashes. Provides a way to reload the application/reset the error boundary.

      Parameters

      • props: Readonly<FallbackProps>

        The props provided by react-error-boundary

        • error

          The error that was thrown

        • resetErrorBoundary

          Function to reset the error boundary

      Returns Element