@xapp/chat-widget 1.81.2 → 1.81.3
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/useChatDispatch.d.ts +0 -0
- package/dist/xapp-chat-widget.css +1 -1
- package/dist/xapp-chat-widget.js +1 -1
- package/dist/xapp-chat-widget.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -464,7 +464,7 @@ function getItemUrl(item) {
|
|
|
464
464
|
return item.url || item.imageActionUrl;
|
|
465
465
|
}
|
|
466
466
|
|
|
467
|
-
var useChatDispatch = useDispatch
|
|
467
|
+
var useChatDispatch = function () { return useDispatch(); };
|
|
468
468
|
|
|
469
469
|
var OptionalLink = function (props) {
|
|
470
470
|
var chatDispatch = useChatDispatch();
|