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
For example, right now when a document is referenced in another document, the referenced document is copied into state.document[referencingDoc].local[referenceField]; if the refererenced document is then changed, the change is not reflected in the referencing document. The referencing document should only hold IDs of the referenced documents.
The text was updated successfully, but these errors were encountered:
—as discussed with Eduardo.
For example, right now when a document is referenced in another document, the referenced document is copied into
state.document[referencingDoc].local[referenceField]
; if the refererenced document is then changed, the change is not reflected in the referencing document. The referencing document should only hold IDs of the referenced documents.The text was updated successfully, but these errors were encountered: