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 +0 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -11629,7 +11629,6 @@ const SmartBot = (props) => {
|
|
|
11629
11629
|
useEffect(() => {
|
|
11630
11630
|
const handleStepFormStreamStart = () => {
|
|
11631
11631
|
setIsStop(true);
|
|
11632
|
-
const { stepFormStreamControl } = require("./components/message-template/components/message-content/ButtonContent");
|
|
11633
11632
|
const abortStepFormStream = () => {
|
|
11634
11633
|
if (stepFormStreamControl.abort) {
|
|
11635
11634
|
stepFormStreamControl.abort();
|