@liveblocks/react
Advanced tools
Comparing version 0.12.0-beta.3 to 0.12.0-beta.4
@@ -805,3 +805,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
const indexToDelete = this._items.findIndex((item) => item[0] === child); | ||
this._items.splice(indexToDelete); | ||
this._items.splice(indexToDelete, 1); | ||
if (child) { | ||
@@ -808,0 +808,0 @@ child[INTERNAL].detach(); |
{ | ||
"name": "@liveblocks/react", | ||
"version": "0.12.0-beta.3", | ||
"version": "0.12.0-beta.4", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@liveblocks/client": "0.12.0-beta.3", | ||
"@liveblocks/client": "0.12.0-beta.4", | ||
"react": "^16.14.0 || ^17" | ||
@@ -29,0 +29,0 @@ }, |
Sorry, the diff of this file is not supported yet
171694