DioxusLabs / dioxus

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

Fix empty for loop, if statements and children #2275

Closed ealmloff closed 2 months ago

ealmloff commented 2 months ago

We expand empty rsx statements to None instead of an empty template so that there is a root node for the template for diffing. This PR expands that behavior to the body of if statements, for loops and children

Fixes #2270

jkelleyrtp commented 2 months ago

This is technically a breaking change but since it only fixes cases it's fine!