Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch unhandled errors on both frontend and backend #3572

Merged
merged 12 commits into from
Jul 9, 2024

Commits on Jun 26, 2024

  1. - added possibility to pass front- and backend exception handlers to …

    …rx.App
    
    - wrapped the app with ErrorBoundary component to catch rendering errors
    maximvlah committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1d70b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e2c535 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. regenerated pyi

    Maxim Vlah committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fef6c1a View commit details
    Browse the repository at this point in the history
  2. fix unit tests for exception handler validation

    Maxim Vlah committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cba2df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4625d87 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. - fix error_bounday pyi

    - minor refactoring of error boundary
    - removed error boundary from 404 page
    maximvlah committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    511349c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b8df1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4589151 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix typing error

    maximvlah committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2f005c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Clean up ErrorBoundary component

    * Remove custom _render function
    * Remove special imports in Component base class
    * Simplify hooks for better composability
    masenf committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a3a3e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    943ddfe View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fixed color prop

    maximvlah committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b0c322d View commit details
    Browse the repository at this point in the history