I'm using uploadcare to upload image but I'm unable to see the button to upload.
I have set my public key in the main.html inside script tags and also install via npm install.
This is the code I have inside my form, what am I missing? I'm new to uploadcare so I'm not quite sure what other fields it takes or how to use them, I know that "role" is required.
<input type="hidden" role="uploadcare-uploader" name="my_file" />
Note; I'm using meteor and react to build my application.