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:
Hugo Cuvillier
2020-04-16 13:47:34 -07:00
committed by Facebook GitHub Bot
parent 8997400071
commit 1ce8a41556
2 changed files with 3 additions and 3 deletions

View File

@@ -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) {