Trying ti figure out how to access the store from within a signalStoreFeature() #4860
Unanswered
jesse-beckton-alight
asked this question in
Q&A
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.
-
I guess I just don't understand this enough.
when I try to access one of the properties on my state I see this error.
Property 'currentStep' does not exist on type '{ [STATE_SOURCE]: WritableSignal<{}>; }'.ts(2339)
if I leave off the .currentStep() and just dump store to the console.
Beta Was this translation helpful? Give feedback.
All reactions