Replies: 1 comment 1 reply
-
|
don't think of the
that makes little sense there, because a schema cannot have value, the closest thing it has is a default value, the actual value that instance of the state has can only be known at runtime, and components has* to be known at compilation time, so no, architecturally speaking, this is not possible what is possible however, is making a PR to *generally speaking |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
following situation: I have this State class:
I want to get the value of test variable within a component before rendering to work with the values and create derived information. Furthermore, I want to use dynoselect (https://github.com/woernerm/dynoselect) but dynoselect does not allow to use State class references as pararameters, instead the values have to be given:
Is there a way to access the value of test within a component? Like rx.stateValue(StatisticState.test)?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions