Skip to content

[Vue 3] Dropdown with Lazy Loading - Maximum recursive updates exceeded in component <Dropdown> #10302

@JaneSjs

Description

@JaneSjs

T24748 - lazyloading giving errors
https://surveyjs.answerdesk.io/internal/ticket/details/T24748


To reproduce the issue, run the Lazy Loading demo for Vue 3: https://codesandbox.io/p/sandbox/tkvh55?file=%2Fsrc%2FApp.vue.

Uncaught (in promise) Maximum recursive updates exceeded in component <Dropdown>. 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.

The issue is also reproduced locally:

dropdown-lazyloading-demo.zip

Image

Metadata

Metadata

Assignees

Labels

buguser issueAn issue or bug reported by users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions