React Dropzone: TypeError: children is not a function

748 views Asked by At

I found some similar questions related to this, but they never gave a clear indication of what to do and ultimately resulting in more issues. Here is my code

  render(){
    return(
      <Dropzone>
        Drop Files Here
      </Dropzone>
    )
  }
}
export default Mockup

And this is exactly the error

TypeError: children is not a function
./node_modules/react-dropzone/dist/es/index.js/Dropzone<
0

There are 0 answers