Skip to content

Commit ce8d123

Browse files
committed
Clarify when Async.Resolved is supposed to render. Closes #18.
1 parent e31f78b commit ce8d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Renders only while the promise is loading.
372372

373373
### `<Async.Resolved>`
374374

375-
Renders only when the promise is resolved.
375+
Renders only when the promise is resolved with data (`data !== undefined`).
376376

377377
#### Props
378378

0 commit comments

Comments
 (0)