ui-kit-ck-consultant 0.6.25 → 0.6.26

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.js CHANGED
@@ -882,6 +882,8 @@ var Table = /*#__PURE__*/function (_React$Component) {
882
882
  _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
883
883
 
884
884
  _this.getArray = function (data) {
885
+ console.log('Array', Array.isArray(data), data);
886
+
885
887
  if (data && Array.isArray(data)) {
886
888
  return data;
887
889
  } else if (data) {