Hi all!
Faced with this problem (maybe someone has already found a solution)
(stack: React + Gatsby)
I added the ability to print the page on the website:
document.execCommand('print', false, null;);
In Safari, the first click on the print button (function call) - everything works correctly
When user click the button again (second and subsequent until the page reloads forcibly) - the browser shows a popup,
after confirming it the print window opens with empty endless sheets (it’s not even possible to print them - browser freezes, you have to force quit)
Has anyone solved a similar problem? (This seems to be a recent bug - it worked fine before)
Thanks!