Use unique id for both root and hosting views
Summary: Same as D19600721, but supports hosting views too. Reviewed By: cuva Differential Revision: D19949935 fbshipit-source-id: 4490b03aff9f6d00003cf59468081cc3a4fef598
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0b8c2e27aa
commit
127cb604be
@@ -24,7 +24,6 @@
|
||||
@property(nonatomic, readonly) BOOL isFlexboxChild;
|
||||
@property(nonatomic, readonly) CKFlexboxComponentChild flexboxChild;
|
||||
|
||||
+ (instancetype)newFromRoot:(id<CKInspectableView>)root;
|
||||
+ (instancetype)newFromRoot:(id<CKInspectableView>)root
|
||||
parentKey:(NSString*)parentKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user