Closed
Description
Vue version
3.4.11
Link to minimal reproduction
Steps to reproduce
- Add latest Quasar package (2.14.2) to imports.
- Add QInput to the App.
What is expected?
QInput should render without an error.
What is actually happening?
QInput throws the following error:
Maximum recursive updates exceeded in component <QInput>. 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.
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels