ui-kit-ck-consultant 0.6.18 → 0.6.20
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 +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -897,8 +897,11 @@ var Table = /*#__PURE__*/function (_React$Component) {
|
|
897
897
|
|
898
898
|
_this.getCSV = function (callback) {
|
899
899
|
var dataCSV = '';
|
900
|
+
console.log(_this.props);
|
900
901
|
|
901
902
|
if (_this.props && _this.props.children) {
|
903
|
+
console.log(_assertThisInitialized(_this));
|
904
|
+
|
902
905
|
var table = _assertThisInitialized(_this);
|
903
906
|
|
904
907
|
if (table) {
|