@xapp/chat-widget 1.81.2 → 1.81.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/index.css +1 -1
- 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.js
CHANGED
|
@@ -465,7 +465,7 @@ function getItemUrl(item) {
|
|
|
465
465
|
return item.url || item.imageActionUrl;
|
|
466
466
|
}
|
|
467
467
|
|
|
468
|
-
var useChatDispatch = reactRedux.useDispatch
|
|
468
|
+
var useChatDispatch = function () { return reactRedux.useDispatch(); };
|
|
469
469
|
|
|
470
470
|
var OptionalLink = function (props) {
|
|
471
471
|
var chatDispatch = useChatDispatch();
|