stream-chat-react 11.16.0 → 11.16.1

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.
@@ -33471,6 +33471,8 @@ class ReactTextareaAutocomplete extends React__default["default"].Component {
33471
33471
  if (!this.textareaRef) return;
33472
33472
  const trigger = this.state.currentTrigger;
33473
33473
  if (!trigger || !this.state.data) {
33474
+ // https://legacy.reactjs.org/docs/legacy-event-pooling.html
33475
+ event.persist();
33474
33476
  // trigger a submit
33475
33477
  await this._replaceWord();
33476
33478
  if (this.textareaRef) {
@@ -45104,6 +45104,8 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, ReactDOM, streamC
45104
45104
  if (!this.textareaRef) return;
45105
45105
  const trigger = this.state.currentTrigger;
45106
45106
  if (!trigger || !this.state.data) {
45107
+ // https://legacy.reactjs.org/docs/legacy-event-pooling.html
45108
+ event.persist();
45107
45109
  // trigger a submit
45108
45110
  await this._replaceWord();
45109
45111
  if (this.textareaRef) {
@@ -73304,7 +73306,7 @@ bitsperframe: %d
73304
73306
 
73305
73307
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
73306
73308
 
73307
- window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.16.0';
73309
+ window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.16.1';
73308
73310
 
73309
73311
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
73310
73312
  var _b, _c;