@liveblocks/react 3.14.0-pre6 → 3.14.0-rc1
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/README.md +1 -1
- package/dist/_private.cjs +7 -7
- package/dist/_private.js +1 -1
- package/dist/{chunk-67MW2AFX.cjs → chunk-K5JM2QXZ.cjs} +1 -2
- package/dist/chunk-K5JM2QXZ.cjs.map +1 -0
- package/dist/{chunk-46HHCP75.js → chunk-SVZO3VVV.js} +1 -2
- package/dist/chunk-SVZO3VVV.js.map +1 -0
- package/dist/{chunk-RUZDLOWB.cjs → chunk-VXELHSNB.cjs} +2 -2
- package/dist/{chunk-RUZDLOWB.cjs.map → chunk-VXELHSNB.cjs.map} +1 -1
- package/dist/{chunk-Z3TYTZFQ.js → chunk-YUX2B2QJ.js} +2 -2
- 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-46HHCP75.js.map +0 -1
- package/dist/chunk-67MW2AFX.cjs.map +0 -1
- /package/dist/{chunk-Z3TYTZFQ.js.map → chunk-YUX2B2QJ.js.map} +0 -0
|
@@ -3148,7 +3148,6 @@ function LiveblocksProvider(props) {
|
|
|
3148
3148
|
lostConnectionTimeout: useInitial(o.lostConnectionTimeout),
|
|
3149
3149
|
backgroundKeepAliveTimeout: useInitial(o.backgroundKeepAliveTimeout),
|
|
3150
3150
|
polyfills: useInitial(o.polyfills),
|
|
3151
|
-
largeMessageStrategy: useInitial(o.largeMessageStrategy),
|
|
3152
3151
|
unstable_streamData: useInitial(o.unstable_streamData),
|
|
3153
3152
|
preventUnsavedChanges: useInitial(o.preventUnsavedChanges),
|
|
3154
3153
|
badgeLocation: useInitial(o.badgeLocation),
|
|
@@ -5243,4 +5242,4 @@ export {
|
|
|
5243
5242
|
_useStorageRoot,
|
|
5244
5243
|
_useUpdateMyPresence
|
|
5245
5244
|
};
|
|
5246
|
-
//# sourceMappingURL=chunk-
|
|
5245
|
+
//# sourceMappingURL=chunk-SVZO3VVV.js.map
|