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.
@@ -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,