acdlite / recompose

A React utility belt for function components and higher-order components.
MIT License
14.76k stars 1.26k forks source link

Unsubscribing for Kefir observables does not work #213

Closed jeron-diovis closed 8 years ago

jeron-diovis commented 8 years ago
screenshot 2016-07-05 16 55 24

Recompose expects subscription to be an object with unsubscribe method, while in Kefir subscribe method of "ES Observable" returns just a function.

acdlite commented 8 years ago

Interesting. This is clearly a bug with Kefir but until it's fixed, we should work around it.

acdlite commented 8 years ago

Filed a bug https://github.com/rpominov/kefir/issues/212