diff --git a/ReactCommon/fabric/mounting/ShadowView.h b/ReactCommon/fabric/mounting/ShadowView.h index c2f08230c51..b8b57a0f82a 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); } };