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
And export both KefirReact and KefirReactComponent. The second can be used when observable depends on props.
But there is a problem with observable - it should be KefirObservable<props>, and in most cases it will be combined object of Observables. But it still not implemented in Kefir: https://github.com/rpominov/kefir/issues/143
The text was updated successfully, but these errors were encountered:
And export both
KefirReact
andKefirReactComponent
. The second can be used whenobservable
depends onprops
.But there is a problem with
observable
- it should beKefirObservable<props>
, and in most cases it will becombine
d object of Observables. But it still not implemented in Kefir: https://github.com/rpominov/kefir/issues/143The text was updated successfully, but these errors were encountered: