You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.5.7
Vue Version: 3.4.21
Browsers: Firefox 123.0
OS: Windows 10
Steps to reproduce
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!The text was updated successfully, but these errors were encountered: