Skip to content

[Bug Report][3.7.1] Maximum recursive updates exceeded in component <VChipGroup> #20406

@romanpappinen

Description

@romanpappinen

Environment

Vuetify Version: 3.7.1
Vue Version: 3.5.0-rc.1
Browsers: Chrome 128.0.0.0
OS: Windows 10

Steps to reproduce

When i change dynamically rendered chips :value to Object, it gives that kind problem - Uncaught (in promise) 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

I want that when i doing so, it do not shows error to console =)

Actual Behavior

It shows errors

Reproduction Link

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions