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

Add Diffs to Hydration Warnings #28512

Merged
merged 8 commits into from
Mar 27, 2024
Merged

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    2ce2535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03f107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ffc842 View commit details
    Browse the repository at this point in the history
  4. Skip past suspense instances when collecting tail nodes

    This assumes that the description returns the string "Suspense" and that
    any other hydratable node won't do that.
    sebmarkbage committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e86513d View commit details
    Browse the repository at this point in the history
  5. Describe objects

    sebmarkbage committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f77b7b5 View commit details
    Browse the repository at this point in the history
  6. Collapse parent nodes unless they're close to the edge

    This collapses parent nodes of larger trees unless they're a fork, has
    diff information or is close to a leaf of the tree that has diff info.
    sebmarkbage committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    af753bd View commit details
    Browse the repository at this point in the history
  7. Update snapshots

    sebmarkbage committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a264236 View commit details
    Browse the repository at this point in the history
  8. Compute props diff in the begin phase

    Otherwise we won't have diffs of parent props when a child later throws.
    sebmarkbage committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2f2eb4d View commit details
    Browse the repository at this point in the history