Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

"Tab could not be found by model" #27

Open
jakeleboeuf opened this issue Sep 26, 2016 · 1 comment
Open

"Tab could not be found by model" #27

jakeleboeuf opened this issue Sep 26, 2016 · 1 comment

Comments

@jakeleboeuf
Copy link

I am running into a "Tab could not be found by model" error every few page loads. It doesn't happen all the time, but I can't seem to track down the cause. Only seeing the issue when running my app with Fastboot.

    {{#ivy-tabs selection=selection as |tabs|}}
      {{#tabs.tablist as |tablist|}}

        {{#tablist.tab "about" on-select=(action (mut selection))}}
          <h3>About</h3>
        {{/tablist.tab}}
        {{#tablist.tab "size" on-select=(action (mut selection))}}
          {{#if model.sizeInfo}}<h3>Size Info</h3>{{/if}}
        {{/tablist.tab}}
        {{#tablist.tab "shipping" on-select=(action (mut selection))}}
          {{#if model.shippingInfo}}<h3>Shipping &amp; Payment Info</h3>{{/if}}
        {{/tablist.tab}}
      {{/tabs.tablist}}


      {{#tabs.tabpanel "about"}}
        <p class="campaign-details--c">{{data.campaign_details__c}}</p>
      {{/tabs.tabpanel}}

      {{#tabs.tabpanel "size"}}
          <p class="campaign-details--c">{{ model.sizeInfo }}</p>
      {{/tabs.tabpanel}}

      {{#tabs.tabpanel "shipping"}}
          <p class="campaign-details--c">{{ model.shippingInfo }}</p>
      {{/tabs.tabpanel}}

    {{/ivy-tabs}}
@jakeleboeuf
Copy link
Author

Could something similar to this be going on?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant