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.
This pull request updates the
react-components
packages to the latest versions to fix an issue with object comparison in theObject#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.