@entryscape/rdforms 10.12.2 → 10.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "application profile",
9
9
  "linked data"
10
10
  ],
11
- "version": "10.12.2",
11
+ "version": "10.12.3",
12
12
  "main": "dist/rdforms.node.js",
13
13
  "browser": "dist/rdforms.react.js",
14
14
  "module": "main.js",
@@ -264,7 +264,7 @@ export default class ItemStore {
264
264
  item.priority = this.priorities[source.property];
265
265
  }
266
266
  }
267
- if (id != null && this._registry[id] == null) {
267
+ if (id != null) {
268
268
  this._registry[id] = item;
269
269
  if (bundle != null) {
270
270
  bundle.addItem(item);