React Redux: TypeError: prepareAction is not a function
I am trying to store some data from an API into my redux store but when I try to dispatch I get this error: TypeError: prepareAction is not a function
I am paste bellow all my code regarding the redux store