Redbility / paper-carousel

Web component to build a responsive carousel
MIT License
44 stars 23 forks source link

doesn't work with dom-repeat as data #7

Closed ryanwtyler closed 7 years ago

ryanwtyler commented 7 years ago
  <paper-carousel items="4" responsive="600:2, 460:1" controls="true">
      <template is="dom-repeat" items="{{data}}">

        <div >[[item]]</div>

      </template>
    </paper-carousel>

gives an error : Cannot read property 'children' of null

oscarsolas commented 7 years ago

Hello @ryanwtyler, thank you for your report.

I have been testing with dom-repeat and I have not been able to reproduce it. Instead I have been able to reproduce another error related to the item count and that I already fixed it.

Could you give me more information? Version of the component? Polymer version? Version of the browser?

Thank you!

DavidTorrijos commented 7 years ago

Hi @ryanwtyler, after 2 weeks without responds, we understand that you are found other way to resolve this issue. If this problem is not resolved, please, open another issue.

Thank you!