Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary export to make usage clearer. (vercel#12167)
The method initializeStore is only being used locally by useStore. By having this exported I initially thought the consumer would have to call this as setup globally and then call useStore as well for each consuming component. Downloading the sample I saw it's only useStore that is being used by the consuming app and this could be made clear by not exporting initializeStore.
- Loading branch information