blueberryapps / redux-file-upload

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

TypeError: Cannot read property 'event' of null(…) #13

Closed ferllings closed 7 years ago

ferllings commented 7 years ago

Hello,

I have this error, on this line. Using the Example code. app.js:118136 Uncaught (in promise) TypeError: Cannot read property 'event' of null(…)

on this line:

  componentDidMount() {
    FileAPI.event.on(this.refs.fileInput, 'change', this.handleFileChange);
jakubkottnauer commented 7 years ago

Hi, please let me know if version 0.0.15 fixed it for you.

vojtatranta commented 7 years ago

lol