code7-leia 0.1.139 → 0.1.140
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/code7-leia.cjs.development.js +3 -0
- package/dist/code7-leia.cjs.development.js.map +1 -1
- package/dist/code7-leia.cjs.production.min.js +1 -1
- package/dist/code7-leia.cjs.production.min.js.map +1 -1
- package/dist/code7-leia.esm.js +3 -0
- package/dist/code7-leia.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/TestArea/index.tsx +6 -1
|
@@ -1662,6 +1662,9 @@ var TestArea = function TestArea() {
|
|
|
1662
1662
|
setPresset = _useState3[1];
|
|
1663
1663
|
var dispatch = reactRedux.useDispatch();
|
|
1664
1664
|
var tags = propTags ? propTags.tags : [];
|
|
1665
|
+
React.useEffect(function () {
|
|
1666
|
+
console.log('isLoading: ', isLoading);
|
|
1667
|
+
}, [isLoading]);
|
|
1665
1668
|
var optionsPersona = personas && personas.map(function (persona) {
|
|
1666
1669
|
return {
|
|
1667
1670
|
label: persona.name,
|