We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10224e0 commit e4c62fdCopy full SHA for e4c62fd
src/idiomorph.js
@@ -1182,6 +1182,9 @@ var Idiomorph = (function () {
1182
for (const id of duplicateIds) {
1183
persistentIds.delete(id);
1184
}
1185
+ if (duplicateIds.size) {
1186
+ console.warn("[Warning] duplicate ids found during morph, state loss within these elements is possible:", Array.from(duplicateIds));
1187
+ }
1188
return persistentIds;
1189
1190
0 commit comments