Skip to content

Commit c7a36d1

Browse files
committed
docs: note about wait
1 parent a0eff21 commit c7a36d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export interface _DataSourceOptions {
246246

247247
/**
248248
* If true, wait until the data is loaded before setting the data for the first time. For Firestore, this includes
249-
* nested refs.
249+
* nested refs. This is only useful for lists and collections. Objects and documents do not need this.
250250
*/
251251
wait?: boolean
252252

0 commit comments

Comments
 (0)