Skip to content

Commit 273e017

Browse files
authored
docs: Remove { rootStore: false } from docs since it's not needed (#3775)
1 parent 40f6b07 commit 273e017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/defining-data-stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class TodoStore {
289289
rootStore
290290

291291
constructor(rootStore) {
292-
makeAutoObservable(this, { rootStore: false })
292+
makeAutoObservable(this)
293293
this.rootStore = rootStore
294294
}
295295
}

0 commit comments

Comments
 (0)