@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.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.withTypes();
468
+ var useChatDispatch = function () { return reactRedux.useDispatch(); };
469
469
 
470
470
  var OptionalLink = function (props) {
471
471
  var chatDispatch = useChatDispatch();