adopted-ember-addons / adopted-ember-addons/ember-paper

Chips producing error

Aperta
#643 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
879
Fork
327
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I have a simple paper-chips component that pulls selectedSites:
```
{{#paper-chips content=selectedSites as |item|}}
{{item.siteDisplayName}}
{{/paper-chips}}
```

When a site gets added to the `selectedSites` array, the following error is produced:

```
Assertion Failed: You modified "siteDisplayName" twice on in a single render. It was rendered in "component:paper-chips" and modified in "component:paper-chips". This was unreliable and slow in Ember 1.x and is no longer supported. See https://github.com/emberjs/ember.js/issues/13948 for more details.
Error
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.