DayPilot.request broken after update
8 years ago.
After updating from version 444 to 3110 (about 3 year old version to newest), I've started to get error on the AJAX DayPilot.request.
daypilot-all.min.js:14 Uncaught TypeError: Converting circular structure to JSON
at JSON.stringify (<anonymous>)
at Object.DayPilot.JSON.stringify (daypilot-all.min.js:14)
at Object.DayPilot.request (daypilot-all.min.js:10)
at DayPilot.Scheduler.dp.onEventMoved ((index):979)
at d (daypilot-all.min.js:24)
at DayPilot.Scheduler.Va (daypilot-all.min.js:24)
at HTMLDocument.n.gMouseUp (daypilot-all.min.js:31)
With the standard calls like shown in https://code.daypilot.org/50604/ajax-scheduler-for-javascript-php .
I really love the many new features available but would be nice if there is a simple and quick fix to this bug.
The error is before the network call is initiated (looked in the developer tools network tab).
Please advise guys....
DayPilot