Closed anupvarghese closed 8 years ago
Should be fixed in 0.0.12, thanks.
I am still getting the same error. I am using the version 0.0.13. is it fixed ?
return dispatch(fileProgress.apply(undefined, [identificator].concat(args))); -error return dispatch(fileComplete.apply(undefined, [identificator].concat(args))); thanks Siva
Do I need to connect the component separately to access the
dispatch
function?I have done the following
Fileupload
componentreducer
to the combine reducersStill getting the below error on file upload.
Uncaught TypeError: dispatch is not a function