@react-native/codegen
Advanced tools
Comparing version 0.73.0-nightly-20230915-850e55042 to 0.73.0-nightly-20230918-1ac3dab6e
@@ -99,3 +99,3 @@ /** | ||
static inline void fromRawValue(const PropsParserContext& context, const RawValue &value, ${structName} &result) { | ||
auto map = (butter::map<std::string, RawValue>)value; | ||
auto map = (std::unordered_map<std::string, RawValue>)value; | ||
@@ -102,0 +102,0 @@ ${fromCases} |
{ | ||
"name": "@react-native/codegen", | ||
"version": "0.73.0-nightly-20230915-850e55042", | ||
"version": "0.73.0-nightly-20230918-1ac3dab6e", | ||
"description": "Code generation tools for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
1517994