-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: None
-
None
Reproduce:
- Have a Match inside a List component:
<List> <Match> <Case predicate={whatever}>...</Case> .... </Match> </List>
- Change state so that list is empty
Expected:
- HTML is removed
Observed:
- List entry remains
- only the Start Match comment is removed
Workaround:
- use an encapsulating html element between List and Match element