Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset didReceiveUpdate in beginWork (#16359)
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.
- Loading branch information