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

fix(store): setup unhandled error handler during NGXS initialization #2263

Merged
merged 1 commit into from
Nov 20, 2024

Commits on Nov 20, 2024

  1. fix(store): setup unhandled error handler during NGXS initialization

    In this commit, we override the RxJS `config.onUnhandledError` within the root store initializer,
    but only after other code has already executed.
    If users have a custom `config.onUnhandledError`, we might overwrite it too
    early and capture the original `config.onUnhandledError` before it is properly set.
    arturovt committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    96c181d View commit details
    Browse the repository at this point in the history