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

Reset inspected element cache in the event of an error #21821

Merged
merged 2 commits into from
Jul 8, 2021

Commits on Jul 8, 2021

  1. Reset inspected element cache in the event of an error

    This prevents React from immediately erroring again when re-rendering (since the previous error would have been stored in the Suspense cache)
    Brian Vaughn committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    51114a8 View commit details
    Browse the repository at this point in the history
  2. DevTools: Use cache reset API to clear cache

    Brian Vaughn committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    14b8286 View commit details
    Browse the repository at this point in the history