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 didReceiveUpdate in beginWork #16359

Merged
merged 1 commit into from Aug 12, 2019
Merged

Commits on Aug 11, 2019

  1. Reset didReceiveUpdate in beginWork

    This is a bad bug. It means that we sometimes inherit
    didReceiveUpdate from a previous component's begin.
    
    Effectively this only means that we're overrendering in some cases.
    
    We should refactor to get rid of this as a global flag.
    sebmarkbage committed Aug 11, 2019
    Copy the full SHA
    dfe632d View commit details
    Browse the repository at this point in the history