Skip to content

Commit

Permalink
Remove { rootStore: false } from docs since it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Oct 18, 2023
1 parent 40f6b07 commit 392f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/defining-data-stores.md
Original file line number Diff line number Diff line change
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 392f781

Please sign in to comment.