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 c3868e5 commit ff50b29Copy full SHA for ff50b29
packages/react-native/ReactCommon/react/runtime/ReactInstance.h
@@ -40,7 +40,7 @@ class ReactInstance final : private jsinspector_modern::InstanceTargetDelegate {
40
41
struct JSRuntimeFlags {
42
bool isProfiling = false;
43
- const std::string runtimeDiagnosticFlags;
+ const std::string runtimeDiagnosticFlags = {};
44
};
45
46
void initializeRuntime(
0 commit comments