Getting following Error in console when large data set is passed into handsontable from db during init
Uncaught TypeError: Invalid attempt to destructure non-iterable instance at handsontable-pro.full.js:79547:585 at handsontable-pro.full.js:80040:25 at arrayEach (handsontable-pro.full.js:257:9) at Filters.onAfterChange (handsontable-pro.full.js:80039:30) at Core.<anonymous> (handsontable-pro.full.js:79780:23) at Hooks.run (handsontable-pro.full.js:4499:46) at Core.runHooks (handsontable-pro.full.js:39264:49) at Object.replace (handsontable-pro.full.js:71287:24) at handsontable-pro.full.js:71293:30 at arrayEach (handsontable-pro.full.js:257:9)
And on scrolling the above error repeats along with the following error
Uncaught TypeError: Cannot read property 'contains' of undefined at _hasClass (handsontable-pro.full.js:640:29) at hasClass (handsontable-pro.full.js:734:10) at handsontable-pro.full.js:62934:35 at handsontable-pro.full.js:10305:21
Also, Removing renderers from the code, eliminates the first error but the second one still exists