Replies: 1 comment 5 replies
-
They are no way to choose only |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So there are many ways how I can query entities as I read in the docs, but whats about props that I created via withProps()?
I would like to do something like
userSettingsStore.getValue()
but only gettingwithProps()
and exclude entities. Maybe its better to not mix them up in 1 Store? Maybe my question is a bit related to #386 but this time its not about the select operator, just about fetching only props.Hoping somebody can help me to wrap my mind around it.
Beta Was this translation helpful? Give feedback.
All reactions