[SOLVED] React Dropzone, Cannot call a class as a function

Hello, I’m kinda new to meteor + react.
I’m using this package “praneybehl:react-dropzone” to create a dropzone where users can upload their files. I’m getting the error Uncaught TypeError: Cannot call a class as a function when i include the
Any ideas on what might be the problem?

EDIT: Since Meteor 1.4 you shouldnt use this package and should use the npm one instead