[Bug][Grid] Setting a format for the column triggers error when serving project with CDN #608
Labels
Bug
Item which indicates that something is not working
Kendo UI for Vue
SEV: High
triaged
triaged bugs
Describe the bug
Currently setting the
format
prop of the column triggers aMaximum call stack size exceeded error
after serving the built project withnpm run build
To Reproduce
Steps to reproduce the behavior:
npm install
andnpm run dev
. Observe how the Grid is rendered as expected.npm run build
and serve theSample.html
file from thedist
folder. Observe that the Grid is not rendered and the following error is triggered:Maximum call stack size exceeded error
. If we remove theformat
prop fromSampleGrid.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
The text was updated successfully, but these errors were encountered: