diff --git a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm index be0846fff24..4c6084355df 100644 --- a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm +++ b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm @@ -184,7 +184,7 @@ id convertJSIValueToObjCObject(jsi::Runtime &runtime, const jsi::Value &value, s return convertJSIObjectToNSDictionary(runtime, o, jsInvoker); } - throw std::runtime_error("Unsupported jsi::jsi::Value kind"); + throw std::runtime_error("Unsupported jsi::Value kind"); } static jsi::Value createJSRuntimeError(jsi::Runtime &runtime, const std::string &message)