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

[Flight] Implement error digests for Flight runtime and expose errorInfo in getDerivedStateFromError #25302

Merged
merged 7 commits into from
Sep 23, 2022

Commits on Sep 20, 2022

  1. Implement error digests for Flight runtime

    Similar to Fizz, Flight now supports a return value from the user provided onError option. If a value is returned from onError it will be serialized and provided to the client. Currently the digest is stashed on the client constructed Error object but when Error Boundaries are updated to have an errorInfo argument it should probably be moved there.
    gnoff committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f8d4a93 View commit details
    Browse the repository at this point in the history
  2. tests and flow

    gnoff committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f00ec78 View commit details
    Browse the repository at this point in the history
  3. fixes

    gnoff committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    bf9720e View commit details
    Browse the repository at this point in the history
  4. more flow

    gnoff committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0bff4ac View commit details
    Browse the repository at this point in the history
  5. test cleanup

    gnoff committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5c58f1b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    4110b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6722894 View commit details
    Browse the repository at this point in the history