DioxusLabs / dioxus

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

Hot reloading doesn't send all edits on page reload #2074

Closed jkelleyrtp closed 4 months ago

jkelleyrtp commented 4 months ago

Problem

If you have multiple rsx! blocks in one file, hotreloading will only update the last block in that file.

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment:

Questionnaire