Remove stampit in favour of a factory function
This commit is contained in:
@@ -46,7 +46,7 @@ export default function createApp({
|
||||
}) {
|
||||
const sagaOptions = {
|
||||
...sideSagaOptions,
|
||||
services: servicesCreator(null, serviceOptions)
|
||||
services: servicesCreator(serviceOptions)
|
||||
};
|
||||
|
||||
const sagaMiddleware = createEpic(
|
||||
|
||||
Reference in New Issue
Block a user