From ae157883eb4cfb260fc4e6767c08b4924cabffdb Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Mon, 18 Mar 2019 23:40:52 -0700 Subject: [PATCH] ShadowNode: Using state value for computing ShadowView hash Summary: Trivial. Reviewed By: JoshuaGross Differential Revision: D14472906 fbshipit-source-id: 014a3115c24d155a93ff24404d4f748880d53b2b --- ReactCommon/fabric/mounting/ShadowView.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReactCommon/fabric/mounting/ShadowView.h b/ReactCommon/fabric/mounting/ShadowView.h index c2f08230c5..b8b57a0f82 100644 --- a/ReactCommon/fabric/mounting/ShadowView.h +++ b/ReactCommon/fabric/mounting/ShadowView.h @@ -77,7 +77,8 @@ struct hash { shadowView.tag, shadowView.props, shadowView.eventEmitter, - shadowView.localData); + shadowView.localData, + shadowView.state); } };