react-to-print icon indicating copy to clipboard operation
react-to-print copied to clipboard

[Firefox] about:srcdoc instead of url in the header

Open MariaMironets opened this issue 9 months ago • 9 comments

Hi! I noticed an issue with Firefox, both on macOS and windows - instead of URL in the header about:srcdoc text is presented. This issue is reproducible in the sandbox and is not reproducible with window.print().

Print with react-to-print: Screenshot 2023-09-19 at 5 19 59 PM

Print with window.print(): Screenshot 2023-09-19 at 5 21 02 PM

Here is an example: https://codesandbox.io/s/async-morning-6hchhs?file=/src/App.js

MariaMironets avatar Sep 19 '23 16:09 MariaMironets