@liveblocks/react 2.9.0-rc1 → 2.9.0-rc2

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.
@@ -1,6 +1,6 @@
1
1
  // src/version.ts
2
2
  var PKG_NAME = "@liveblocks/react";
3
- var PKG_VERSION = "2.9.0-rc1";
3
+ var PKG_VERSION = "2.9.0-rc2";
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
- throw new Error("_fetchMore should not get called while in this state");
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-MOW22HED.mjs.map
3853
+ //# sourceMappingURL=chunk-HDWNAH6H.mjs.map