Reenable SubDescriptors after fixing a bug on the flipper client dealing with empty strings
Summary: Previously an empty string would crash the flipper client. Now that we handled that ok, we can reenable the descriptors. Reviewed By: jknoxville Differential Revision: D13257534 fbshipit-source-id: 09be4834d5a7023b2fa4e2bee7e57e412916120b
This commit is contained in:
committed by
Facebook Github Bot
parent
133788380e
commit
0f5cee4fec
@@ -111,7 +111,7 @@
|
||||
}
|
||||
|
||||
- (void)addSubDescriptors:(nonnull NSArray<SKSubDescriptor *>*)subDescriptors{
|
||||
// _registeredSubdescriptors = subDescriptors;
|
||||
_registeredSubdescriptors = subDescriptors;
|
||||
}
|
||||
|
||||
- (NSDictionary<NSString *, NSObject *> *)propsForFlexboxChild:(CKFlexboxComponentChild)child {
|
||||
|
||||
Reference in New Issue
Block a user