Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.