Hi, I just updated to jspdf version 0.10.0. Unfortunately it does not work for me. I get this error: Cannot set property 'getPageSize' of undefined  this is my code: ` const input = document.getElementById('root'); html2pdf(input); ` I have installed html2pdf.js with npm and use webpack to package my project