performant-software / core-data-cloud

Core Data. In the Cloud.
0 stars 1 forks source link

CDC #292 - Import Compare #312

Closed dleadbetter closed 1 month ago

dleadbetter commented 1 month ago

This pull request updates the react-components packages to the latest versions to fix an issue with object comparison in the Object#isEqual function.

This pull request also factors out rendering of user-defined field values during comparison to the useMergeable hook to be use when merging records and importing records from FairCopy.cloud.

Lastly, this pull request updates the Item transform to serialize JSON values before sending the API request to import data from FairCopy.cloud.

Note: This pull request is dependent on a PR in the core-data-connector repo.