keajs / kea-saga

Saga support for kea
https://kea.js.org/effects/saga
MIT License
7 stars 4 forks source link

React Transition Groups Animation overwrites the componentDidMount #9

Closed joshuaRuff closed 4 years ago

joshuaRuff commented 5 years ago

Is there a way to programmatically connect actions to sagas? I am wanting to use animations when my component renders but the animation library overwrites the event that would take place in componentDidMount that binds the kea sagas to the actions so when I fire an action the saga never triggers.

Is there a way to rebind the sagas or get around using this issue?

mariusandra commented 4 years ago

Hey, since version 1.0, kea and kea-saga no longer overwrite this method.