gantt-task-react-powern 0.4.56 → 0.4.57

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
@@ -2380,6 +2380,7 @@ var TaskGanttContent = function TaskGanttContent(_ref) {
2380
2380
  var task = _task.start.getTime() > 0 && _task.end.getTime() > 0 ? _task : undefined;
2381
2381
 
2382
2382
  if (!task) {
2383
+ console.debug("return null task");
2383
2384
  return React__default.createElement("g", {
2384
2385
  key: _task.id,
2385
2386
  style: {