I’ve upgraded to handsontable 1.14.2 from 1.9.1 only now as the breaking changes meant a big chunk of refactoring, I finally had it working, but now when I run the unit tests with Karma + Jasmine, while they run fine in Chrome, they fail in PhantomJS as I get the following error:
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERRORes: WARN grunt-jsonmin@0.2.4 requires a peer of grunt@~0.4.1 but none was installed.
RangeError: Maximum call stack size exceeded.
at app/bower_components/handsontable/dist/handsontable.js:34468
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR
RangeError: Maximum call stack size exceeded.
at app/bower_components/handsontable/dist/handsontable.js:34468
Any idea of what’s the cause of this?