I have version 3.0.3 working fine but I am trying to get a map print option working.
I have added https://github.com/Igor-Vladyka/leaflet.browser.print as a print option.
This is working fine with OSM and the topo version of the maps.
I am using Bing maps, aerial and OS options.
They work fine until I try and print them. It appears to fail in leaflet.js where leaflet is trying to replace subdomain and quadkey in the map tile url
I am using leaflet 1.3.1 and the errors appear in line 178 in the function template(str, data) where the variable value is undefined.
I am not sure how to proceed or what diagnostic information I can provide.