Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You modified "slides" twice #8

Open
BenjaminHorn opened this issue Sep 8, 2017 · 1 comment
Open

You modified "slides" twice #8

BenjaminHorn opened this issue Sep 8, 2017 · 1 comment
Assignees

Comments

@BenjaminHorn
Copy link

After fresh ember install:

{{#twbs-carousel indicators?=true as |carousel|}}
  {{#carousel.slide as |slide|}}
    {{slide.img src="https://dummyimage.com/1600x900/f7d3a0/333.jpg&text=Slide+With+Indicators+1" alt="A slide image."}}
  {{/carousel.slide}}
  {{#carousel.slide classNames="active" as |slide|}}
    {{slide.img src="https://dummyimage.com/1600x900/f7d3a0/333.jpg&text=Slide+With+Indicators+3" alt="A slide image."}}
  {{/carousel.slide}}
  {{#carousel.slide as |slide|}}
    {{slide.img src="https://dummyimage.com/1600x900/f7d3a0/333.jpg&text=Slide+With+Indicators+5" alt="A slide image."}}
  {{/carousel.slide}}
{{/twbs-carousel}}

Error: Assertion Failed: You modified "slides" twice on <x@component:twbs-carousel::ember264> in a single render. It was rendered in "component:twbs-carousel" and modified in "component:twbs-carousel/slide". This was unreliable and slow in Ember 1.x and is no longer supported. See emberjs/ember.js#13948 for more details.

Ember Inspector | 2.1.1
Ember | 2.15.0
Ember Data | 2.15.0
jQuery | 3.2.1
Ember Bootstrap | 1.0.0-rc.2

@nadnoslen
Copy link
Member

Oh my goodness, sorry @BenjaminHorn; I just saw this today...not sure how this slipped through the cracks. I'll take a look some time today.

@nadnoslen nadnoslen self-assigned this Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants