@salesforce/lwc-adapters-uiapi 1.133.1 → 1.133.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -12283,7 +12283,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12283
12283
|
parent: path.parent,
|
|
12284
12284
|
propertyName: path.propertyName,
|
|
12285
12285
|
};
|
|
12286
|
-
let incomingRecord = childNormalize(input,
|
|
12286
|
+
let incomingRecord = childNormalize(input, existingRecord, recordPath, luvio, store, timestamp);
|
|
12287
12287
|
// read from the store again since it might have been ingested as a nested child ref
|
|
12288
12288
|
existingRecord = store.readEntry(key);
|
|
12289
12289
|
incomingRecord = merge$3(existingRecord, incomingRecord, luvio, path, recordConflictMap);
|