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

Remove unstable_changedBits #20953

Merged
merged 1 commit into from
Mar 19, 2021
Merged

Commits on Mar 8, 2021

  1. Remove unstable_changedBits

    We added this unstable feature a few years ago, as a way to opt out of
    context updates, but it didn't prove useful in practice.
    
    We have other proposals for how to address the same problem, like
    context selectors.
    
    Since it was prefixed with `unstable_`, we should be able to remove it
    without consequence. The hook API already warned if you used it.
    
    Even if someone is using it somewhere, it's meant to be an optimization
    only, so if they are using the API properly, it should not have any
    semantic impact.
    acdlite committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    efad8ac View commit details
    Browse the repository at this point in the history