@liveblocks/react 2.9.0-rc1 → 2.9.0
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/{chunk-7P6EIISH.js → chunk-T6ILO2YI.js} +3 -3
- package/dist/chunk-T6ILO2YI.js.map +1 -0
- package/dist/{chunk-MOW22HED.mjs → chunk-V7FAMENR.mjs} +3 -3
- package/dist/chunk-V7FAMENR.mjs.map +1 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/dist/suspense.js +3 -3
- package/dist/suspense.mjs +1 -1
- package/package.json +3 -3
- package/dist/chunk-7P6EIISH.js.map +0 -1
- package/dist/chunk-MOW22HED.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/version.ts
|
|
2
2
|
var PKG_NAME = "@liveblocks/react";
|
|
3
|
-
var PKG_VERSION = "2.9.0
|
|
3
|
+
var PKG_VERSION = "2.9.0";
|
|
4
4
|
var PKG_FORMAT = "esm";
|
|
5
5
|
|
|
6
6
|
// src/ClientSideSuspense.tsx
|
|
@@ -166,7 +166,7 @@ var PaginatedResource = class {
|
|
|
166
166
|
async _fetchMore() {
|
|
167
167
|
const state = this._paginationState;
|
|
168
168
|
if (!state?.cursor) {
|
|
169
|
-
|
|
169
|
+
return;
|
|
170
170
|
}
|
|
171
171
|
this.patchPaginationState({ isFetchingMore: true });
|
|
172
172
|
try {
|
|
@@ -3850,4 +3850,4 @@ export {
|
|
|
3850
3850
|
_useStorageRoot,
|
|
3851
3851
|
_useUpdateMyPresence
|
|
3852
3852
|
};
|
|
3853
|
-
//# sourceMappingURL=chunk-
|
|
3853
|
+
//# sourceMappingURL=chunk-V7FAMENR.mjs.map
|