carbon-addons-iot-react 4.1.1 → 4.1.2

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.
@@ -370,6 +370,7 @@ var CardEditor = function CardEditor(_ref) {
370
370
  initialValue: modalJsonData,
371
371
  i18n: _pick(mergedI18n, 'errorTitle', 'modalTitle', 'modalLabel', 'modalHelpText', 'modalIconDescription', 'copyBtnDescription', 'copyBtnFeedBack', 'expandBtnLabel', 'modalPrimaryButtonLabel', 'modalSecondaryButtonLabel')
372
372
  }) : null, /*#__PURE__*/React__default.createElement(CardEditForm, {
373
+ key: cardConfig.id,
373
374
  cardConfig: finalCardToEdit,
374
375
  isSummaryDashboard: isSummaryDashboard,
375
376
  onChange: onChange,
@@ -383,6 +383,7 @@ var CardEditor = function CardEditor(_ref) {
383
383
  initialValue: modalJsonData,
384
384
  i18n: pick(mergedI18n, 'errorTitle', 'modalTitle', 'modalLabel', 'modalHelpText', 'modalIconDescription', 'copyBtnDescription', 'copyBtnFeedBack', 'expandBtnLabel', 'modalPrimaryButtonLabel', 'modalSecondaryButtonLabel')
385
385
  }) : null, /*#__PURE__*/React__default.default.createElement(CardEditForm, {
386
+ key: cardConfig.id,
386
387
  cardConfig: finalCardToEdit,
387
388
  isSummaryDashboard: isSummaryDashboard,
388
389
  onChange: onChange,
package/package.json CHANGED
@@ -345,11 +345,11 @@
345
345
  "whatwg-fetch": "^3.0.0"
346
346
  },
347
347
  "sideEffects": false,
348
- "version": "4.1.1",
348
+ "version": "4.1.2",
349
349
  "resolutions": {
350
350
  "chokidar": "3.3.1",
351
351
  "react-grid-layout": "1.2.2",
352
352
  "got": "11.8.5"
353
353
  },
354
- "gitHead": "22eaf572c0ab0d5e0f6d17f275010bf54ca99b22"
354
+ "gitHead": "e7c364e3b5f3879306a65c194058c0bbfc2edb46"
355
355
  }
@@ -318181,6 +318181,7 @@ React keys must be passed directly to JSX without using spread:
318181
318181
  initialValue: modalJsonData,
318182
318182
  i18n: _pick(mergedI18n, 'errorTitle', 'modalTitle', 'modalLabel', 'modalHelpText', 'modalIconDescription', 'copyBtnDescription', 'copyBtnFeedBack', 'expandBtnLabel', 'modalPrimaryButtonLabel', 'modalSecondaryButtonLabel')
318183
318183
  }) : null, /*#__PURE__*/React$1.createElement(CardEditForm$1, {
318184
+ key: cardConfig.id,
318184
318185
  cardConfig: finalCardToEdit,
318185
318186
  isSummaryDashboard: isSummaryDashboard,
318186
318187
  onChange: onChange,