redux-dynamic-modules
redux-dynamic-modules copied to clipboard
Still perform finalActions even if retained: true
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.