ShadowNode: Using state value for computing ShadowView hash

Summary: Trivial.

Reviewed By: JoshuaGross

Differential Revision: D14472906

fbshipit-source-id: 014a3115c24d155a93ff24404d4f748880d53b2b
This commit is contained in:
Valentin Shergin
2019-03-18 23:40:52 -07:00
committed by Facebook Github Bot
parent f24fd6e9ee
commit ae157883eb

View File

@@ -77,7 +77,8 @@ struct hash<facebook::react::ShadowView> {
shadowView.tag,
shadowView.props,
shadowView.eventEmitter,
shadowView.localData);
shadowView.localData,
shadowView.state);
}
};