I have just recently upgraded to handsontable 11.0.1 and am experiencing an exception within the handsontable function valueAccordingPercent().
percent = parseInt(percent.tostring().replace('%', ''), 10);
percent.tostring() should be percent.toString() as tostring() doesn’t exist.