vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.5.7] Error `too much recursion` for recursive item values

Open Revadike opened this issue 1 year ago • 1 comments

Environment

Vuetify Version: 3.5.7 Vue Version: 3.4.21 Browsers: Firefox 123.0 OS: Windows 10

Steps to reproduce

  1. Select recursive item
  2. Clear the selected item
  3. 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!

Revadike avatar Mar 03 '24 15:03 Revadike