microsoft / redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.
https://redux-dynamic-modules.js.org
MIT License
1.07k stars 116 forks source link

Pass sagaMoniror as a parameter to getSagaExtension #153

Open osym opened 3 years ago

osym commented 3 years ago

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?