You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newest version of html2canvas ("html2canvas": "^1.0.0-alpha.9")
Whenever I use html2canvas in it's promiselike version, I get in my logging:
html2canvas $npm_package_version
in the code I see:
// eslint-disable-next-line no-console
if ((typeof console === 'undefined' ? 'undefined' : _typeof(console)) === 'object' && typeof console.log === 'function') {
// eslint-disable-next-line no-console
console.log('html2canvas ' + "$npm_package_version");
I suppose this is a bug? That these lines should have been disabled then?
The text was updated successfully, but these errors were encountered:
Newest version of html2canvas ("html2canvas": "^1.0.0-alpha.9")
Whenever I use html2canvas in it's promiselike version, I get in my logging:
html2canvas $npm_package_version
in the code I see:
// eslint-disable-next-line no-console
if ((typeof console === 'undefined' ? 'undefined' : _typeof(console)) === 'object' && typeof console.log === 'function') {
// eslint-disable-next-line no-console
console.log('html2canvas ' + "$npm_package_version");
I suppose this is a bug? That these lines should have been disabled then?
The text was updated successfully, but these errors were encountered: