@liveblocks/react 1.10.1 → 1.10.3

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/index.js CHANGED
@@ -5,7 +5,7 @@ var _core = require('@liveblocks/core');
5
5
 
6
6
  // src/version.ts
7
7
  var PKG_NAME = "@liveblocks/react";
8
- var PKG_VERSION = "1.10.1";
8
+ var PKG_VERSION = "1.10.3";
9
9
  var PKG_FORMAT = "cjs";
10
10
 
11
11
  // src/ClientSideSuspense.tsx
@@ -1079,10 +1079,7 @@ function createRoomContext(client, options) {
1079
1079
  ...state.threads,
1080
1080
  [threadId]: {
1081
1081
  ...existingThread,
1082
- metadata: {
1083
- ...existingThread.metadata,
1084
- ...metadata2
1085
- }
1082
+ metadata: metadata2
1086
1083
  }
1087
1084
  },
1088
1085
  optimisticUpdates: updatedOptimisticUpdates