Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Footer element not rendering with nav links #207

@GSATaylorVanwinkle

Description

@GSATaylorVanwinkle

Describe the bug

To Reproduce

Expected behavior

When setting the references in the theme configurations to the items built in the navigation section, I expect to see the components appear when the value is entered into 'Identifier Nav Menu Name'.

Screenshots
Visual of the errored page footer
image

Visual of the exact same config in another community
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome
  • Version Version 118.0.5993.88 (Official Build) (64-bit)

Smartphone (please complete the following information):

NA
Additional context
WE have tried removing everything we can to see if this is caused by something else not rendering and have not seen a solutions. We believe that the issue is in the aura: iteration component for the {!v.menuItems} since there are no variables coming in.

<nav
  class="usa-identifier__section usa-identifier__section--required-links"
  aria-label="{! v.identifierContent.requiredLinksAria }"
>
  <div class="usa-identifier__container">
      DIV2
    <!-- insert loop here -->
    <ul onclick="{!c.onClick}" class="usa-identifier__required-links-list">
      <aura:iteration
        items="{! v.menuItems}"
        var="item"
        start="{! v.startNumber }"
      >
        <li class="usa-identifier__required-links-item">
          <a
            data-menu-item-id="{!item.id}"
            class="usa-identifier__required-link usa-link"
            >{!item.label}</a
          >
            !item.label
        </li>
      </aura:iteration>
    </ul>
  </div>
</nav>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions