jamesmacaulay / react-bacon

A little module for using React with Bacon.js
MIT License
118 stars 7 forks source link

Make the event streams into the internal collection to correctly end them #1

Closed leoasis closed 10 years ago

leoasis commented 10 years ago

I think this was a bug before, the code was missing to set the stream in the internal collection so that it ends when the componen is unmounted.

jamesmacaulay commented 10 years ago

Thanks!