mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
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:
committed by
Facebook Github Bot
parent
f24fd6e9ee
commit
ae157883eb
@@ -77,7 +77,8 @@ struct hash<facebook::react::ShadowView> {
|
||||
shadowView.tag,
|
||||
shadowView.props,
|
||||
shadowView.eventEmitter,
|
||||
shadowView.localData);
|
||||
shadowView.localData,
|
||||
shadowView.state);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user