ui-kit-ck-consultant 0.6.27 → 0.6.28

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.
@@ -920,6 +920,11 @@ var Table = /*#__PURE__*/function (_React$Component) {
920
920
  console.log(headerRow);
921
921
 
922
922
  if (headerRow) {
923
+ console.log('headers', _this.getArray(headerRow.props.children).find(function (row) {
924
+ console.log(row.type.name);
925
+ return ['Th', 'Td'].includes(row.type.name);
926
+ }));
927
+
923
928
  var headers = _this.getArray(headerRow.props.children).find(function (row) {
924
929
  return ['Th', 'Td'].includes(row.type.name);
925
930
  }).map(function (th) {