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

how run multi saga in multi modules

Open khanhnam99 opened this issue 4 years ago • 2 comments

I use widgets

file module.js

image

file index.js

image

file foo.js

image

file bar.js

image

run error

image

how fix run multi

khanhnam99 avatar Aug 10 '20 09:08 khanhnam99

In module.js you import rootSaga by name, but it exported as default. Delete default word in index.js

Akiyamka avatar Aug 18 '20 14:08 Akiyamka

thanks, worked for me

khanhnam99 avatar Aug 19 '20 03:08 khanhnam99