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

Is `getReducerManager` exposed anywhere

Open ndstephens opened this issue 6 years ago • 0 comments

Looking through the source code I saw the function getReducerManager and it seems like it could be useful in saga testing when I need to pull together all the reducers I added to the store, and add on any dynamically-added reducers I may need for that test. But I can't seem to access it.

I realize I could use combineReducers from redux (which is what I have done previously), but was looking to use this library directly instead...if possible.

Would appreciate any feedback. Thanks

ndstephens avatar Dec 18 '19 23:12 ndstephens