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

[Bug Report][3.3.9] v-date-picker with hide-actions causes 'Maximum recursive updates exceeded' #17867

Closed
mikestu opened this issue Jul 24, 2023 · 0 comments · Fixed by #17914
Assignees
Labels
C: VDatePicker VDatePicker labs T: bug Functionality that does not work as intended/expected
Milestone

Comments

@mikestu
Copy link

mikestu commented Jul 24, 2023

Environment

Vuetify Version: 3.3.9
Vue Version: 3.3.4
Browsers: Chrome 114.0.0.0
OS: Windows 10

Steps to reproduce

Have a v-model set on v-date-picker, as well as "hide-actions". Click any date in the picker, then you'll see this in the console:

[Vue warn]: Maximum recursive updates exceeded in component . 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.

Expected Behavior

It just emits modelValue, without a recursive issue.

Actual Behavior

Selecting a date will emit for modelValue, but it takes longer, and has some recursive issue.

Reproduction Link

https://play.vuetifyjs.com/#...

@nekosaur nekosaur added T: bug Functionality that does not work as intended/expected C: VDatePicker VDatePicker and removed S: triage labels Jul 25, 2023
@nekosaur nekosaur self-assigned this Jul 26, 2023
@johnleider johnleider added this to the v3.3.x milestone Jul 31, 2023
johnleider added a commit that referenced this issue Aug 8, 2023
fixes #17867 
fixes #17872

Co-authored-by: John Leider <john@vuetifyjs.com>
prashantsinghb pushed a commit to prashantsinghb/vuetify that referenced this issue Aug 9, 2023
@KaelWD KaelWD added the labs label Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDatePicker VDatePicker labs T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants