@2uinc/frontend-component-xpert-chatbot 1.7.0-beta.3 → 1.7.0-beta.4
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/lib/index.min.js +1 -1
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -10400,7 +10400,7 @@ function Xr({ submitEventExternal: e }) {
|
|
10400
10400
|
r == null ? void 0 : r.defaultProperties,
|
10401
10401
|
ne
|
10402
10402
|
);
|
10403
|
-
const he = No(r.defaultProperties, ne);
|
10403
|
+
const he = No(r == null ? void 0 : r.defaultProperties, ne);
|
10404
10404
|
console.log("resolvedPayload", he), e ? (console.log("x1"), e({ name: R, payload: he })) : (console.log("x2"), U.current.track(
|
10405
10405
|
// TODO: this is untestable - create a custom hook to get submit event function.
|
10406
10406
|
R,
|