Use component.className instead of NSStringFromClass"
Summary: Component classes do not reflect the source of the component anymore. Reviewed By: fabiomassimo Differential Revision: D20595754 fbshipit-source-id: 645a63f78ee6aaaf75ac0c1e08bf67229a3f906b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8997400071
commit
1ce8a41556
@@ -94,7 +94,7 @@ static CKFlexboxComponentChild findFlexboxLayoutParams(
|
||||
_size = layout.size;
|
||||
_position = position;
|
||||
_identifier = [parentKey stringByAppendingString:layout.component
|
||||
? NSStringFromClass([layout.component class])
|
||||
? layout.component.className
|
||||
: @"(null)"];
|
||||
|
||||
if (_component && reuseWrapper) {
|
||||
|
||||
Reference in New Issue
Block a user