kennethjiang / js-file-download

MIT License
915 stars 119 forks source link

Using this package with Reactjs #33

Closed emanuel281 closed 6 years ago

emanuel281 commented 6 years ago

I tried using this package with Reactjs and it doesn't seem to work. It seems to just save an empty PDF without actually querying the API.

amacar commented 6 years ago

I believe that you are using it wrong. It works perfectly with reactjs. Show your example.

kennethjiang commented 6 years ago

Thanks @amacar for helping me provide an answer!

IgorBelyayev commented 5 years ago

I've ran into this exact issue too. Downloading a PDF in React results in a blank PDF.

IgorBelyayev commented 5 years ago

I am using axios and I had to add responseType: 'blob' to the axios config to get the resulting PDF to not be blank.