@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.
- package/dist/_private.cjs +5 -5
- package/dist/_private.js +1 -1
- package/dist/{chunk-CP5NPU7C.cjs → chunk-M6D2NTTI.cjs} +4 -4
- package/dist/{chunk-CP5NPU7C.cjs.map → chunk-M6D2NTTI.cjs.map} +1 -1
- package/dist/{chunk-G2EOFP6S.cjs → chunk-RB4LUCGL.cjs} +4 -4
- package/dist/chunk-RB4LUCGL.cjs.map +1 -0
- package/dist/{chunk-MT7DJTSL.js → chunk-TMKZ6U2Y.js} +4 -4
- package/dist/chunk-TMKZ6U2Y.js.map +1 -0
- package/dist/{chunk-EAKXSMWI.js → chunk-Z2N4O6IQ.js} +3 -3
- package/dist/index.cjs +4 -4
- package/dist/index.js +2 -2
- package/dist/suspense.cjs +4 -4
- package/dist/suspense.js +2 -2
- package/package.json +3 -3
- package/dist/chunk-G2EOFP6S.cjs.map +0 -1
- package/dist/chunk-MT7DJTSL.js.map +0 -1
- /package/dist/{chunk-EAKXSMWI.js.map → chunk-Z2N4O6IQ.js.map} +0 -0
|
@@ -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.
|
|
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.
|
|
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.
|
|
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-
|
|
4680
|
+
//# sourceMappingURL=chunk-TMKZ6U2Y.js.map
|