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

Resolve default onRecoverableError before passing to root constructor #23264

Merged

Commits on Feb 9, 2022

  1. Resolve default onRecoverableError at root init

    Minor follow up to initial onRecoverableError PR.
    
    When onRecoverableError is not provided to `createRoot`, the
    renderer falls back to a default implementation. Originally I
    implemented this with a host config method, but what we can do instead
    is pass the default implementation the root constructor as if it were
    a user provided one.
    acdlite committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e7a4669 View commit details
    Browse the repository at this point in the history