We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82a6649 + 0d82444 commit 8bcac68Copy full SHA for 8bcac68
src/context/mixins.js
@@ -72,7 +72,7 @@ export const MaterialsSetContextMixin = (superclass) =>
72
return materials
73
.concat()
74
.sort((a, b) =>
75
- compareEntitiesInOrderedSetForSorting(a, b, this.materialsSet._id, false),
+ compareEntitiesInOrderedSetForSorting(a, b, this.materialsSet?._id, false),
76
);
77
}
78
};
0 commit comments