Hi,
I have the following error appearing randomly (unfortunately, I haven't been able to identify the sequence which triggers it) when I work with the grid component in vue:
Uncaught RangeError: Maximum call stack size exceeded util.js:12
at Module.eval [as isNullOrUndefined] (util.js:12)
at Module.eval [as isNullOrUndefined] (index.js:143)
at Module.eval [as isNullOrUndefined] (index.js:125)
at Matrix.get (focus-strategy.js:488)
at Matrix.get (focus-strategy.js:502)
at Matrix.get (focus-strategy.js:502)
at Matrix.get (focus-strategy.js:502)
at Matrix.get (focus-strategy.js:502)
at Matrix.get (focus-strategy.js:502)
at Matrix.get (focus-strategy.js:502)
utils.js:@syncfusion/ej2-base/src/util.js
index.js:@syncfusion/ej2-base/src/index.js
focus-strategy:@syncfusion/ej2-grids/src/grid/services/focus-strategy.js
I hope you can help.