-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VChipT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedhas workaround
Description
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
Metadata
Metadata
Assignees
Labels
C: VChipT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedhas workaround