<@U0DDYDN5D>: Note that you declared `class ViewM...
# announcements
i
@mitchwongho: Note that you declared
class ViewModel<State, Any>
as a generic type with 2 type parameters, named
State
and
Any
. I.e. you're not substituting types
State
and
Any
instead of
S
and
A
type parameters of
ReducerCombiner
, but defining new type parameters. Is this intentional?
👏 1