Fix Ember not re-using DOM elements on block updates

Causing serious performance issues without the stable key
This commit is contained in:
2026-07-26 16:40:08 +02:00
parent 3cab203498
commit f7ee864071
2 changed files with 3 additions and 2 deletions
@@ -73,6 +73,7 @@ export default Component.extend({
.filter(Boolean);
return EmberObject.create({
key: raw.groupId || `c-${first.id}`,
groupId: raw.groupId,
items,
contributors,