Alejandro Nieto
Alejandro Nieto
Hey! Hope you are able to merge this. I needed this for something I'm working on and this is my first ever open source contribution so let me know if...
I'm trying to send a file over with Axios and form-data but seems like FormData.get() is not a function. ``` const form = new formData(); form.append("UploadName", 'upload_name_' + mm +...
So I'm working on a project using the library! And the only thing I'm missing is how to get the user's name, email etc. stored into redux for usage across...