ui-kit-ck-consultant 0.6.18 → 0.6.19

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
@@ -900,8 +900,11 @@ var Table = /*#__PURE__*/function (_React$Component) {
900
900
 
901
901
  _this.getCSV = function (callback) {
902
902
  var dataCSV = '';
903
+ console.log(_this.props);
903
904
 
904
905
  if (_this.props && _this.props.children) {
906
+ console.log(_assertThisInitialized(_this));
907
+
905
908
  var table = _assertThisInitialized(_this);
906
909
 
907
910
  if (table) {