impact-chatbot 2.3.39 → 2.3.40

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.cjs.js CHANGED
@@ -11651,7 +11651,6 @@ const SmartBot = (props) => {
11651
11651
  React.useEffect(() => {
11652
11652
  const handleStepFormStreamStart = () => {
11653
11653
  setIsStop(true);
11654
- const { stepFormStreamControl } = require("./components/message-template/components/message-content/ButtonContent");
11655
11654
  const abortStepFormStream = () => {
11656
11655
  if (stepFormStreamControl.abort) {
11657
11656
  stepFormStreamControl.abort();