vuetify
vuetify copied to clipboard
[Bug Report][3.5.7] Error `too much recursion` for recursive item values
Environment
Vuetify Version: 3.5.7 Vue Version: 3.4.21 Browsers: Firefox 123.0 OS: Windows 10
Steps to reproduce
- Select recursive item
- Clear the selected item
- Observe 'too much recursion' error
Expected Behavior
Instead of throwing an error, function as expected.
Actual Behavior
Throws 'too much recursion' error
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
We work a lot with firestore DocumentReference objects, which are recursive. It would be very helpful if it was possible that these can be handled correctly by vuetify, instead of having to come up with a workaround ourselves every time. Thank you!