html2canvas failing to capture Google static map

I’m creating a booking reference for the user to download after successfully making a booking. It looks like this in the browser: However, after using html2canvas to get a screenshot of the component in React, I get this: I suspect the issue has to do with the fact that the static map’s use is protected… Read More html2canvas failing to capture Google static map