-
Notifications
You must be signed in to change notification settings - Fork 3
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
List Fix #654
List Fix #654
Conversation
for more information, see https://pre-commit.ci
Screen.Recording.2024-03-11.at.4.32.31.PM.movTwo new problems:
|
Thank you for thoroughly testing these behaviors! I've fixed these behaviors by copying the item as it is added to the list—as it seems the reference used by the Search component was being modified in the above case. |
Screen.Recording.2024-03-11.at.4.46.45.PM.movOK, those problems are fixed, but now we have a new problem: If you add a 3rd interface of the same type without changing any names, the entire app freezes |
Missed an infinite loop caused by an improperly named variable ( I'm updating my environment for the latest |
fix #649