This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix screen template: useStores() comments (#336)
uncommenting the line `const { someStore } = useStores()` in a newly created project gives an unintuitive **TypeError**. I understand that the use of rootStore may be discouraged, but it may be useful for beginners at least to add a line that works as is when uncommented.
- Loading branch information