@sis-cc/dotstatsuite-visions 7.11.2 → 7.11.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.
@@ -242,7 +242,7 @@ var ScopeList = function ScopeList(props) {
242
242
  index: index,
243
243
  style: style,
244
244
  testId: testId + '_' + id,
245
- key: item.id,
245
+ key: item.hierarchicalId || item.id,
246
246
  classes: classes,
247
247
  isRtl: isRtl,
248
248
  changeList: changeList,
@@ -295,7 +295,7 @@ var ScopeList = function ScopeList(props) {
295
295
  index: index,
296
296
  style: style,
297
297
  testId: testId + '_' + id,
298
- key: item.id,
298
+ key: item.hierarchicalId || item.id,
299
299
  classes: classes,
300
300
  isRtl: isRtl,
301
301
  changeList: changeList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-visions",
3
- "version": "7.11.2",
3
+ "version": "7.11.3",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",