We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7120d1c commit 92ec320Copy full SHA for 92ec320
packages/react-native/React/CoreModules/RCTDevLoadingView.mm
@@ -123,7 +123,7 @@ - (void)showMessage:(NSString *)message color:(RCTUIColor *)color backgroundColo
123
124
self->_showDate = [NSDate date];
125
126
- if (!self->label) {
+ if (!self->_label) {
127
self->_label = [[RCTUILabel alloc] init]; // [macOS]
128
self->_label.translatesAutoresizingMaskIntoConstraints = NO;
129
self->_label.font = [UIFont monospacedDigitSystemFontOfSize:12.0 weight:UIFontWeightRegular];
0 commit comments