axum-live-view icon indicating copy to clipboard operation
axum-live-view copied to clipboard

Fix diffing of adding/removing dynamics inside a for loop (which previously panicked)

Open OmegaJak opened this issue 1 year ago • 0 comments

There are currently two unreachable! statements inside the diffing of for loops - I encountered these in my usage (for https://github.com/OmegaJak/what-do).

I've added a test demonstrating the scenario that caused the code to hit these unreachable statements and implemented the fix.

OmegaJak avatar Sep 29 '23 22:09 OmegaJak