Access Initialized IState<TState> in OnInitialized in Page/Component #508
Unanswered
gcalabro-rli
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
-
If I try to do DI
TState
andOnInitialized
try to access current state, it's not yet initialized and it's in a default state. Is there something I am missing or a better way to do? I know I could+=
toStateHasChanged
and do things but I was hoping to avoid that here.Beta Was this translation helpful? Give feedback.
All reactions