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
It appears that the iterator is not consumed when it enters this case.
I tried calling left_iter.next() right_iter.next() and the infinite loop was resolved.
Is this the right way to fix it?
Environment:
Dioxus version: master
Rust version: 1.75.0]
OS info: Windows
App platform: web
Questionnaire
I'm interested in fixing this myself but don't know where to start
I would like to fix and I have a solution, but I don't know how to test it.
I don't have time to fix this right now, but maybe later
The text was updated successfully, but these errors were encountered:
Problem
dioxus/packages/core/src/diff.rs
Lines 144 to 163 in 5b6f9d6
It appears that the iterator is not consumed when it enters this case.
I tried calling left_iter.next() right_iter.next() and the infinite loop was resolved.
Is this the right way to fix it?
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: