Cannot use Match inside List component

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 1.0.0, 1.0.0-alpha3
    • 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

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: