redux-dynamic-modules icon indicating copy to clipboard operation
redux-dynamic-modules copied to clipboard

Still perform finalActions even if retained: true

Open jrsquared opened this issue 6 years ago • 0 comments

I still want to perform finalActions even if retained: true. Is there a way to achieve this?

I use initialActions and finalActions to start and stop polling, and I want to be able to stop polling when unmounting a DynamicModuleLoader even if retained: true.

jrsquared avatar Dec 31 '19 22:12 jrsquared