Passing value from ChildView to ParentView #1115
-
Hey! I have a parent view, let's say:
and child view:
How |
Beta Was this translation helpful? Give feedback.
Answered by
ChaosCoder
May 30, 2022
Replies: 1 comment
-
The Btw.: the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oolxg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
FilterState.tags
can be accessed in thesearchReducer
via the state, that is passed:state.filterState.tags
.Btw.: the
searchReducer
should use thefilterReducer
via.pullback
, e.g.