Skip to content

fix conditional rendering with empty fragments#120

Merged
Bloomca merged 1 commit into
mainfrom
fix-conditional-empty-fragments
Jul 17, 2026
Merged

fix conditional rendering with empty fragments#120
Bloomca merged 1 commit into
mainfrom
fix-conditional-empty-fragments

Conversation

@Bloomca

@Bloomca Bloomca commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Description

Fix conditional rendering with empty fragments. Before that, rendering this would not update correctly after changing state$:

   state$.render((show) =>                                                                                                           
     show ? <b>shown</b> : <></>
   );                                                                                                                               

@Bloomca
Bloomca merged commit a180a1d into main Jul 17, 2026
4 checks passed
@Bloomca
Bloomca deleted the fix-conditional-empty-fragments branch July 17, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant