mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Move memoizedProps to after beginWork remove memoizeProps helper We always call this at the end. This is now enforced to line up since we do the equality check in the beginning of beginWork. So we can't have special cases. * Inline the one caller of memoizeState