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 test case for hydration warning suppression #24436

Closed
wants to merge 2 commits into from

Commits on Apr 25, 2022

  1. Add test case for hydration warning suppression

    In facebook#24404 a test case was added for supressing hydration warnings if a preceding component suspends. The test case showed that hydration warnings would still emit after resolution but it did not include a test case for when the resolution led to a complete hydration without errors. This commit adds the additional test case demonstrating that no warnings or Errors are observed if hydration completes successfully after suspended component resolution
    gnoff committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    26e25bd View commit details
    Browse the repository at this point in the history
  2. remove unnecesssary gate

    gnoff committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    06b7825 View commit details
    Browse the repository at this point in the history