You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current HOC withKoSubscribe uses state prop to pass in all the subscribed values. connect from react-redux has far better API where the state can be mapped to whatever props.
The current HOC
withKoSubscribeusesstateprop to pass in all the subscribed values.connectfrom react-redux has far better API where the state can be mapped to whatever props.