Skip to content

Commit

Permalink
docs: Remove { rootStore: false } from docs since it's not needed (#3775
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kubk committed Oct 18, 2023
1 parent 40f6b07 commit 273e017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/defining-data-stores.md
Expand Up @@ -289,7 +289,7 @@ class TodoStore {
rootStore

constructor(rootStore) {
makeAutoObservable(this, { rootStore: false })
makeAutoObservable(this)
this.rootStore = rootStore
}
}
Expand Down

0 comments on commit 273e017

Please sign in to comment.