Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-13505

React SDK does not handle components children correctly when there are VDOM child nodes

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Done
    • None
    • 14.3.0
    • None
    • None
    • 0.5
    • Quasar
    • Puma Sprint 239, Puma Sprint 240

    Description

      Reproduction Path:
      1. Go to `react-csr/src/App.tsx`.
      2. Use the following code snippet instead `<BrComponent path="main" />`:

              <BrComponent path="main">
                <BrComponent path="container">
                  <BrComponent></BrComponent>
                </BrComponent>
              </BrComponent>
      

      Expected:
      Container items are rendered without unnecessary markup.

      Actual:
      Container items are enclosed into `<div class="hst-container-item">` .

      Attachments

        Activity

          People

            Unassigned Unassigned
            mdokolin Mikhail Dokolin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: