@react-native/codegen
Advanced tools
Comparing version 0.77.0-nightly-20241120-a865975ce to 0.77.0-nightly-20241121-550b0c0ed
@@ -74,3 +74,3 @@ /** | ||
? `$event.${[...propertyParts, propertyName].join('.')}` | ||
: [propertyParts, propertyName].join('.'); | ||
: [...propertyParts, propertyName].join('.'); | ||
return `${variableName}.setProperty(runtime, "${propertyName}", ${valueMapper( | ||
@@ -125,3 +125,3 @@ eventChain, | ||
? `$event.${[...propertyParts, propertyName].join('.')}` | ||
: [propertyParts, propertyName].join('.'); | ||
: [...propertyParts, propertyName].join('.'); | ||
const indexVar = `${propertyName}Index`; | ||
@@ -128,0 +128,0 @@ const innerLoopVar = `${propertyName}Value`; |
{ | ||
"name": "@react-native/codegen", | ||
"version": "0.77.0-nightly-20241120-a865975ce", | ||
"version": "0.77.0-nightly-20241121-550b0c0ed", | ||
"description": "Code generation tools for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1699513