<PDFDownloadLink> issue with Firefox 62.0.3 and IE 11.0.85
See original GitHub issueOS:
Windows 10, but using WSL Ubuntu 18.04
React-pdf version:
1.0.0-alpha.18
Description:
Sorry to bother while you are on vacation. again. Super basic projects work fine in every browser except Firefox and IE 11.
FIrefox, you click on the “Download Now!” button and nothing happens. Nothing in console. Doesn’t download the file. Just nada.
I can go the link in the HTML inspector and there the file is though.
IE 11, after getting past the polyfill issues, gives an error of:
Unhandled promise rejection TypeError: Object expected
Unfortunately, nothing more descriptive than that to try and narrow down the issue. Read somewhere it could be due to trailing ,
in one of my components, but checked them all.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:19 (4 by maintainers)
Top Results From Across the Web
Firefox 62.0.3, See All New Features, Updates and Fixes
Fixed hangs on macOS Mojave (10.14) when various dialog windows (upload, download, print, etc) are activated (bug 1489785).
Read more >Security vulnerabilities fixed in Firefox 62.0.3 and ... - Mozilla
A vulnerability in register allocation in JavaScript can lead to type confusion, allowing for an arbitrary read and write. This leads to remote ......
Read more >Firefox vs. Internet Explorer: Which is the better browser for you?
Compare Internet Explorer to the Firefox Browser to find out which is the better browser for you.
Read more >Firefox 62.0, See All New Features, Updates and Fixes - Mozilla
Firefox Home (the default New Tab) now allows users to display up to 4 rows of top sites, Pocket stories, and highlights.
Read more >[SOLVED] Can not login to CapitolOne.com website with ...
[SOLVED] Can not login to CapitolOne.com website with Firefox 62.0.3. 9 replies; 1 has this problem; 191 views; Last reply by James.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I found the good sample for PDFDownloadLink.
https://andrewsempere.org/blog/2018/10/30/react-render-pdf.html
I hope put more good sample on official document. or I pullrequest ;>
However, sample of README didn’t work fine. PDFDownloadLink is not component? just object?
error