@liveblocks/react 2.25.0-aiprivatebeta8 → 2.25.0-aiprivatebeta9

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.
@@ -1162,7 +1162,7 @@ var UmbrellaStore = class {
1162
1162
  await this.#client[kInternal].ai.getOrCreateChat(chatId);
1163
1163
  });
1164
1164
  const signal = DerivedSignal.from(() => {
1165
- const chat = this.#client[kInternal].ai.signals.getChatById(chatId);
1165
+ const chat = this.#client[kInternal].ai.getChatById(chatId);
1166
1166
  if (chat === void 0) {
1167
1167
  const result = resource.get();
1168
1168
  if (result.isLoading || result.error) {
@@ -1170,13 +1170,13 @@ var UmbrellaStore = class {
1170
1170
  } else {
1171
1171
  return ASYNC_OK(
1172
1172
  "chat",
1173
- nn(this.#client[kInternal].ai.signals.getChatById(chatId))
1173
+ nn(this.#client[kInternal].ai.getChatById(chatId))
1174
1174
  );
1175
1175
  }
1176
1176
  } else {
1177
1177
  return ASYNC_OK(
1178
1178
  "chat",
1179
- nn(this.#client[kInternal].ai.signals.getChatById(chatId))
1179
+ nn(this.#client[kInternal].ai.getChatById(chatId))
1180
1180
  );
1181
1181
  }
1182
1182
  }, shallow);
@@ -4677,4 +4677,4 @@ export {
4677
4677
  _useStorageRoot,
4678
4678
  _useUpdateMyPresence
4679
4679
  };
4680
- //# sourceMappingURL=chunk-MT7DJTSL.js.map
4680
+ //# sourceMappingURL=chunk-TMKZ6U2Y.js.map