Skip to content

Commit

Permalink
ShadowNode: Using state value for computing ShadowView hash
Browse files Browse the repository at this point in the history
Summary: Trivial.

Reviewed By: JoshuaGross

Differential Revision: D14472906

fbshipit-source-id: 014a3115c24d155a93ff24404d4f748880d53b2b
  • Loading branch information
shergin authored and facebook-github-bot committed Mar 19, 2019
1 parent f24fd6e commit ae15788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReactCommon/fabric/mounting/ShadowView.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ struct hash<facebook::react::ShadowView> {
shadowView.tag,
shadowView.props,
shadowView.eventEmitter,
shadowView.localData);
shadowView.localData,
shadowView.state);
}
};

Expand Down

0 comments on commit ae15788

Please sign in to comment.