I would like to get the data from the dispatch back. I see in console that the call has been made (through network).
const getSetting = async (name) => { const test = await store.dispatch(Actions[name]) console.log(test) }