Rename CKComponentLayout to CKLayout
Summary: Rename `CKComponentLayout` to `CKLayout` #nocancel Reviewed By: adamjernst Differential Revision: D22332214 fbshipit-source-id: 8845f2b313e214cd7892199bf0c40341c88a595a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d871ce0a04
commit
29c85e672b
@@ -50,7 +50,7 @@ static CK::Optional<CKFlexboxComponentChild> findFlexboxLayoutParams(
|
||||
|
||||
+ (instancetype)newFromRoot:(id<CKInspectableView>)root
|
||||
parentKey:(NSString*)parentKey {
|
||||
const CKComponentLayout layout = [root mountedLayout];
|
||||
const auto layout = [root mountedLayout];
|
||||
// Check if there is a cached wrapper.
|
||||
if (layout.component) {
|
||||
SKComponentLayoutWrapper* cachedWrapper =
|
||||
|
||||
Reference in New Issue
Block a user