mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
[ReactNative] Fix error when reload during profile
This commit is contained in:
@@ -302,7 +302,7 @@ static NSError *RCTNSErrorFromJSError(JSContextRef context, JSValueRef jsError)
|
||||
}
|
||||
onComplete(error);
|
||||
}
|
||||
}), @"js_call", (@{ @"url": sourceURL }))];
|
||||
}), @"js_call", (@{ @"url": sourceURL.absoluteString }))];
|
||||
}
|
||||
|
||||
- (void)executeBlockOnJavaScriptQueue:(dispatch_block_t)block
|
||||
|
||||
Reference in New Issue
Block a user