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
Currently the read hooks use Doc in their naming whereas the write hooks use Document in theirs. Ideally would stick to one or the other for the sake of consistency. Unfortunately a breaking change either way
Personally prefer using Document where possible, despite the extra characters 😄
The text was updated successfully, but these errors were encountered:
Currently the read hooks use
Doc
in their naming whereas the write hooks useDocument
in theirs. Ideally would stick to one or the other for the sake of consistency. Unfortunately a breaking change either wayPersonally prefer using
Document
where possible, despite the extra characters 😄The text was updated successfully, but these errors were encountered: