Skip to content

Commit

Permalink
Update docs-website/docs/docs/Components.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbx9da4 authored Aug 18, 2023
1 parent 37dc584 commit 69533a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-website/docs/docs/Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const EnhancedComment = enhance(Comment)

### Reactive optional relations

Suppose the comment author is optional. If the comment has no author, the `comment.author_id` must be null. If `comment.author_id` has a value, the author record it refers to must be stored in the database, otherwise `withObservables` will throw an error that the record was not found.
Continuing the above example, suppose the comment author is optional. If the comment has no author, the `comment.author_id` must be null. If `comment.author_id` has a value, the author record it refers to must be stored in the database, otherwise `withObservables` will throw an error that the record was not found.


### Reactive counters
Expand Down

0 comments on commit 69533a2

Please sign in to comment.