redux-dynamic-modules
redux-dynamic-modules copied to clipboard
Pass sagaMoniror as a parameter to getSagaExtension
As I can see from here https://github.com/microsoft/redux-dynamic-modules/blob/c1439e67de12488a142df9c07cbc394e87e329cf/packages/redux-dynamic-modules-saga/src/SagaExtension.ts#L24 it's impossible to pass a custom sagaMonitor to getSagaExtension.
Would it be possible to fix this?