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

Profiler should only report stateful hooks that change between renders #24189

Merged
merged 3 commits into from
Mar 29, 2022

Commits on Mar 29, 2022

  1. Update Profiler logic to report only stateful hooks that changed betw…

    …een renders
    
    These hooks are the only ones that can schedule an update, so it's less confusing to filter out other types– e.g. effects.
    Brian Vaughn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    678ea53 View commit details
    Browse the repository at this point in the history
  2. Update old test snapshot data

    Brian Vaughn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    084a7da View commit details
    Browse the repository at this point in the history
  3. Updated Profiler tests

    Brian Vaughn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a430665 View commit details
    Browse the repository at this point in the history