Results 2 issues of Mezhinsky Dmitry

## Describe the bug Getting TypeError: Cannot read properties of undefined (reading 'dispatch') After update from 6.0.2 to 7.0.5 ## To Reproduce here _App.tsx import React from 'react'; import App,...

bug

Next-redux-wrapper can't dispatch second saga from first saga. I have two actions: loadEvent(slug) and loadCategory(id) actions, for each of this actions i have sagas: loadEventSaga and loadCategorySaga. I dispatch action...

bug