Store state is undefined in other stores. #1694
Unanswered
rostik32
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get
users
in threadStore from userStore, butusers
isundefined
. But I have no idea why.Also in userStore
threads
from threadStore has a correct value.Maybe that because threadStore installed first than userStore?
But how I can get users from userStore in threadStore?
thread.js
user.js
Beta Was this translation helpful? Give feedback.
All reactions