function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrew Aldis 15Andrew Aldis 15 

lightning:badge in a lightning:tab not rendering

We have a Lightning:badge component in the label of a lightning:tab that was rendering correctly until we activated winter 19 release in our sandbox, now it is not longer rendering correctly.  Does anyone know why or know a solution?

          <lightning:tab id="{!tab.tabName}">
            <aura:set attribute="label">
              <span>{!tab.tabName}<lightning:badge label="{!tab.categoryNodes.length}"/></span>
            </aura:set>