Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Grid] Setting a format for the column triggers error when serving project with CDN #608

Open
filipKovachev opened this issue Aug 21, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: High triaged triaged bugs

Comments

@filipKovachev
Copy link
Contributor

Describe the bug
Currently setting the format prop of the column triggers a Maximum call stack size exceeded error after serving the built project with npm run build

To Reproduce
Steps to reproduce the behavior:

  1. Unzip the attached project and run npm install and npm run dev. Observe how the Grid is rendered as expected.
  2. Run npm run build and serve the Sample.html file from the dist folder. Observe that the Grid is not rendered and the following error is triggered: Maximum call stack size exceeded error. If we remove the format prop from SampleGrid.vue the Grid is rendered and the error is not reproduced.

Expected behavior
When the format prop is being used together with a CDN the Grid should render as expected.

Reported in Ticket ID: 1661385
0dcb7224-573e-4e2a-ac07-b1da86836f0e_cdn-test.zip

@filipKovachev filipKovachev added SEV: High Bug Item which indicates that something is not working Kendo UI for Vue triaged triaged bugs labels Aug 21, 2024
@filipKovachev filipKovachev changed the title [Bug][Grid] Setting a format for the column triggers error when building project with CDN [Bug][Grid] Setting a format for the column triggers error when serving project with CDN Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: High triaged triaged bugs
Projects
None yet
Development

No branches or pull requests

1 participant