mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8e5f12ca6c
`oldProps` was null. This went uncaught by the unit tests because ReactNoop did not use `oldProps` in either `prepareUpdate` or `completeUpdate`. I added some invariants so we don't regress in the future.