Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue 3.4.11 Breaks Quasar QInput with error: "Maximum recursive updates exceeded in component <QInput>." #10100

Closed
acollard opened this issue Jan 12, 2024 · 6 comments

Comments

@acollard
Copy link

acollard commented Jan 12, 2024

Vue version

3.4.11

Link to minimal reproduction

https://play.vuejs.org/#eNqNUstu2zAQ/BWWF7dARMJxTq4SuC0CND30DfTCiyqtbabiI0vKMSDo37ukEkcxkiA37sxyZ/bR8w/ei10HfMnLUKP2kQWInb9QVhvvMLKeIazZwNboDJtR6uz9A/fjyvou3pM3XRUqTLyytbMhMhM27DwVeDv7DG3r2B+HbfNm9k7ZUo56pERBBOPbKgJFjJXb+UXf58/DUEqKMnpT6KTGdoVxDbTnilOG4kwSXcpJBX7CR4OFqby4Ds5Se32qoe6IoPiSZSRh1FSKFd/G6MNSyrqx9I009A6FhSitN3JFaRI7G7WBonFmtRBnYj6XjQ5xigsIpviL7jYAUhXFTyY6ksAdYIFgG0DA1+oefXukfcQ9rz/u5xWSY+LqVMzPxOkoMkKptvDomlw41R2UHWjeMdDC13pzNO3aGa9bwG8+ajqIR1Ov6B5uv2QsYgcHl/UW6n9P4NdhP1r/jpBbnnQWK9xAHOnLX19hT+8DSdfStXcbfob8CcG1XfI4pn3sbEO2J3nZ7VU+Hm03v8PlPoIN900lo3kaOT9v+tMLrT/YXYjFYYrDf6oYMpY=

Steps to reproduce

  1. Add latest Quasar package (2.14.2) to imports.
  2. 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

@LennonSantos
Copy link

same error here

@eitalouarruda
Copy link

same here

1 similar comment
@RafaelAthosPrime
Copy link

same here

@ichige
Copy link

ichige commented Jan 12, 2024

me too

vue 3.4.5 3.4.11 3.4.11 node_modules/vue

@ViniPequeno
Copy link

Same error.

I had to keep the fixed versions to continue development.

"pinia": "2.0.16",
"quasar": "^2.11.5",
"vue": "3.2.37",

@yyx990803
Copy link
Member

The original issue has already been fixed in the latest release.

@vuejs vuejs locked and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants