@carbonorm/carbonreact 3.3.12 → 3.3.13
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/dist/index.esm.js
CHANGED
|
@@ -1390,7 +1390,7 @@ function hexToRgb (hex) {
|
|
|
1390
1390
|
|
|
1391
1391
|
var styles = {"maintenance-hero":"C5KSPNF","maintenanceHero":"C5KSPNF","httpStatusCode":"NhyRQts","centeredContainer":"nA4Uno6","errorTextGeneral":"yJAgaUs","errorKeys":"SRIoY4m","error-values":"xQIsoNw","errorValues":"xQIsoNw","error-pre":"C6eWpJ3","errorPre":"C6eWpJ3","line-number":"NFRyo7M","lineNumber":"NFRyo7M","cl":"vR2jbfr","slide":"OO2C-Wp"};
|
|
1392
1392
|
|
|
1393
|
-
|
|
1393
|
+
var BackendThrowable = () => {
|
|
1394
1394
|
const bootstrap = CarbonReact.instance;
|
|
1395
1395
|
const currentThrowable = bootstrap.state.backendThrowable[0];
|
|
1396
1396
|
console.log([bootstrap.state.backendThrowable, currentThrowable]);
|
|
@@ -1402,10 +1402,9 @@ function BackendThrowable() {
|
|
|
1402
1402
|
jsxRuntime_2("i", { className: styles.errorValues, children: ["\"", currentThrowable[key], "\""] }))
|
|
1403
1403
|
: ''] }), valueIsString
|
|
1404
1404
|
? ''
|
|
1405
|
-
:
|
|
1406
|
-
jsxRuntime_1("pre", { className: styles.errorPre, children: JSON.stringify(currentThrowable[key], undefined, 4) })] }, index);
|
|
1405
|
+
: jsxRuntime_1("pre", { className: styles.errorPre, children: JSON.stringify(currentThrowable[key], undefined, 4) })] }, index);
|
|
1407
1406
|
}) }) })] });
|
|
1408
|
-
}
|
|
1407
|
+
};
|
|
1409
1408
|
|
|
1410
1409
|
const range = n => new Array(n).fill(0).map((_, idx) => idx);
|
|
1411
1410
|
// @link https://sites.google.com/site/webglbook/home/chapter-3
|