blueberryapps / redux-file-upload

Redux-friendly file upload made easy
MIT License
65 stars 17 forks source link

getting dispatch is not a function error #11

Closed anupvarghese closed 8 years ago

anupvarghese commented 8 years ago

Do I need to connect the component separately to access the dispatch function?

I have done the following

  1. Imported Fileupload component
  2. Imported reducer to the combine reducers

Still getting the below error on file upload.

Uncaught TypeError: dispatch is not a function

jakubkottnauer commented 8 years ago

Should be fixed in 0.0.12, thanks.

sivanadaraja commented 8 years ago

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