blueberryapps/redux-file-upload

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

Closed this issue · 2 comments

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);

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