When trying to do the exportAs to print the scheduler, I get an error message 'Cannot read property 'height of undefined'. This happens in the img.generate function on calendar._splitter.height when it tries to call 'rect.y = rectangles.corner.h - calendar._splitter.height;' on line 39240. If I change that to a value, the export function works.