Skip to content

Commit 0e4ee9e

Browse files
j-piaseckitomekzaw
andauthored
Update apple/MarkdownTextInputDecoratorComponentView.mm
Co-authored-by: Tomek Zawadzki <tomekzawadzki98@gmail.com>
1 parent 15d6956 commit 0e4ee9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apple/MarkdownTextInputDecoratorComponentView.mm

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ - (instancetype)initWithFrame:(CGRect)frame
4848

4949
- (void)didAddSubview:(UIView *)subview
5050
{
51-
react_native_assert([subview isKindOfClass:[RCTTextInputComponentView class]] && "Child component of MarkdownTextInputDecoratorComponentView is not an instance of RCTTextInputComponentView."); _textInput = (RCTTextInputComponentView *)subview;
51+
react_native_assert([subview isKindOfClass:[RCTTextInputComponentView class]] && "Child component of MarkdownTextInputDecoratorComponentView is not an instance of RCTTextInputComponentView.");
52+
_textInput = (RCTTextInputComponentView *)subview;
5253
_backedTextInputView = [_textInput valueForKey:@"_backedTextInputView"];
5354

5455
_markdownUtils = [[RCTMarkdownUtils alloc] init];

0 commit comments

Comments
 (0)