DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.24k stars 731 forks source link

Fix reclaim element when hot reloading #2361

Closed ealmloff closed 2 months ago

ealmloff commented 2 months ago

Part of the code to reclaim ids for elements with dynamic attributes assumed that attr_paths would be in depth first order which may not be true if the template was hot reloaded

Fixes https://github.com/DioxusLabs/dioxus/issues/2238