salsita / prism

React / Redux action composition made simple http://salsita.github.io/prism/
496 stars 24 forks source link

yield take('@@redux-elm/Unmount') not working #50

Closed krzysztofpniak closed 7 years ago

krzysztofpniak commented 7 years ago

How can I execute some kind of clean up code before component is unmounted?

tomkis commented 7 years ago

Fixed in 3.0.2 , please @krzysztofpniak keep in mind that you should always import Mount and Unmount action types from redux-elm repo.

krzysztofpniak commented 7 years ago

Thanks for really quick reaction