Closed anupvarghese closed 8 years ago
FileUpload.react.js:119 Uncaught TypeError: Cannot read property 'event' of null
I am getting the above error.
It is coming from
componentDidMount() { FileAPI.event.on(this.refs.fileInput, 'change', this.handleFileChange);
Looks like FileAPI object is not created. Any idea?
Issue is because of webpack define plugin
added below, to fix the issue
'process.env.IS_BROWSER': true,
FileUpload.react.js:119 Uncaught TypeError: Cannot read property 'event' of null
I am getting the above error.
It is coming from
Looks like FileAPI object is not created. Any idea?