qkreltms / react-action-listener

Middleware, React hook which allows making side effect and listening actions of Context or Redux
MIT License
8 stars 0 forks source link

Stop immediate listening actions when component is unmounted. #52

Closed qkreltms closed 3 years ago

qkreltms commented 3 years ago

Is your feature request related to a problem? Please describe. We can listen actions even the action listening component is unmounted because middleware don't know whether the component is unmounted or not.

Describe the solution you'd like Check whether the action listening component is unmounted in useActionlistener