quasar-apexcharts icon indicating copy to clipboard operation
quasar-apexcharts copied to clipboard

TimeLine: [Vue warn]: Maximum recursive updates exceeded

Open draeder opened this issue 2 years ago • 0 comments

When using TimeLine.vue, the following error is consistently present and causes the Quasar app to take seconds to finally load:

[Vue warn]: Maximum recursive updates exceeded. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.

draeder avatar Feb 01 '23 22:02 draeder