Fix Ember not re-using DOM elements on block updates
Causing serious performance issues without the stable key
This commit is contained in:
@@ -73,6 +73,7 @@ export default Component.extend({
|
||||
.filter(Boolean);
|
||||
|
||||
return EmberObject.create({
|
||||
key: raw.groupId || `c-${first.id}`,
|
||||
groupId: raw.groupId,
|
||||
items,
|
||||
contributors,
|
||||
|
||||
Reference in New Issue
Block a user