odaptos_design_system 1.4.175 → 1.4.176

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.
@@ -9510,6 +9510,9 @@ const Chat = ({
9510
9510
  });
9511
9511
  }
9512
9512
  }, [tasks, messages]);
9513
+ console.log('tasks', tasks);
9514
+ console.log('idsTasksAlreadySent', idsTasksAlreadySent);
9515
+ console.log('messages', messages);
9513
9516
  return /*#__PURE__*/React__default.createElement(Grid, Object.assign({
9514
9517
  container: true,
9515
9518
  item: true,