-
-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Labels
Description
Reproduction
N / A
Steps to reproduce the bug
Use useDocument
for a document that has at least one reference
Expected behavior
Referenced document has id
property
Actual behavior
Referenced document does not have id
property
Additional information
I guess the fix should be somewhere here
Line 123 in ae85a41
const [data, refs] = extractRefs( |
A default converter should be added for refs
here.