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 references to deduped owner objects #30549

Merged
merged 5 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Handle owner and stack when resolving partially deduped elements

    This is a follow-up from facebook#30528 to not only handle props (the critical
    change), but also the owner and stack of a referenced element.
    
    Handling stacks here is rather academic because the Flight Server
    currently does not deduplicate owner stacks. And if they are really
    identical, we should probably just dedupe the whole element.
    unstubbable committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    68886e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fea0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f9a7c3 View commit details
    Browse the repository at this point in the history
  4. Add expectation to verify react flight client change

    Previously, the test only covered the change in the react flight server.
    unstubbable committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3a8b1ca View commit details
    Browse the repository at this point in the history
  5. Fix typo in comment

    unstubbable committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f4c2115 View commit details
    Browse the repository at this point in the history