Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Revadike opened this issue Mar 3, 2024 · 4 comments
Open
Assignees
Labels
T: bug Functionality that does not work as intended/expected
Milestone

Comments

@Revadike
Copy link

Revadike commented Mar 3, 2024

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!

@KaelWD KaelWD added the T: bug Functionality that does not work as intended/expected label Aug 16, 2024
@KaelWD KaelWD self-assigned this Aug 16, 2024
@KaelWD KaelWD added this to the v3.7.x milestone Aug 16, 2024
@KaelWD
Copy link
Member

KaelWD commented Aug 16, 2024

Related: #20278

@J-Sek
Copy link
Contributor

J-Sek commented Sep 1, 2024

Seems to work fine after adding return-object.

@Revadike
Copy link
Author

Revadike commented Sep 1, 2024

Seems to work fine after adding return-object.

There are several workarounds, but I'd like it to work without any issues.

@J-Sek
Copy link
Contributor

J-Sek commented Sep 1, 2024

Theoretically we could enhance deepEquals with decycle... if it feels like a welcome improvement for maintainers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

3 participants