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
When calling replace on a RelatedRecordsArray, the function calls add on every model, even if it was previously defined as related. The inverse relationship is then attempted to be added and marked as isDirty
The text was updated successfully, but these errors were encountered:
https://github.com/artemis-ag/mobx-async-store/blob/main/src/decorators/relationships.js#L322
When calling
replace
on aRelatedRecordsArray
, the function callsadd
on every model, even if it was previously defined as related. The inverse relationship is then attempted to be added and marked asisDirty
The text was updated successfully, but these errors were encountered: