How can i solve this problem ?
function flatten(arrays) {
return [].concat.apply([], arrays);
}
Uncaught (in promise) RangeError: Maximum call stack size exceeded
at flatten (html2canvas.js:2650)
at new NodeParser (html2canvas.js:1861)
at renderWindow (html2canvas.js:1019)
at html2canvas.js:1006
at <anonymous>
Please help