You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already got around the problem here cozy-contacts.
PS: Another subject, but we've encountered a similar problem with the cozy-client store.
Both approaches assume that the value passed as an argument is not up to date with the original document.
Maybe it would be a good idea to review the approach? 🤔
The text was updated successfully, but these errors were encountered:
In the example below, the setHasManyItem and updateHasManyItem helpers cannot be used to remove values from
relationTypes
.At issue are two merges here and there in
setHasManyItem
.The documentation shows a manual approach.
We already got around the problem here cozy-contacts.
PS: Another subject, but we've encountered a similar problem with the cozy-client store.
Both approaches assume that the value passed as an argument is not up to date with the original document.
Maybe it would be a good idea to review the approach? 🤔
The text was updated successfully, but these errors were encountered: