@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 CHANGED
@@ -464,7 +464,7 @@ function getItemUrl(item) {
464
464
  return item.url || item.imageActionUrl;
465
465
  }
466
466
 
467
- var useChatDispatch = useDispatch.withTypes();
467
+ var useChatDispatch = function () { return useDispatch(); };
468
468
 
469
469
  var OptionalLink = function (props) {
470
470
  var chatDispatch = useChatDispatch();