Skip to content

Commit aaaf328

Browse files
authored
docs: fix errant empty code snippet (#387)
1 parent ce9a952 commit aaaf328

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react/guides/Document-Handles.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,3 @@ export function AuthorList() {
156156
```
157157

158158
We’ve now both retrieved a list of Document Handles, and used each of them in a dedicated component with a hook that consumes Document Handles. No matter how many authors there are in our dataset, nor how many fields might exist on our author type, this will keep our application performing as fast as possible by separating the concerns of retrieving author type documents (or rather, Document Handles) and retrieving data from those documents.
159-
160-
```
161-
162-
```

0 commit comments

Comments
 (0)