intact-react
Advanced tools
Comparing version 3.0.29 to 3.0.30
@@ -404,3 +404,3 @@ 'use strict'; | ||
var mountPoint = child._mountPoint; | ||
if (directly || !mountPoint || mountPoint._isUpdate) { | ||
if (directly || !mountPoint || mountPoint._isUpdate !== false /* maybe react update itself */) { | ||
removeChild_1.call(parentElement, child); | ||
@@ -407,0 +407,0 @@ return; |
@@ -397,3 +397,3 @@ 'use strict'; | ||
var mountPoint = child._mountPoint; | ||
if (directly || !mountPoint || mountPoint._isUpdate) { | ||
if (directly || !mountPoint || mountPoint._isUpdate !== false /* maybe react update itself */) { | ||
removeChild_1.call(parentElement, child); | ||
@@ -400,0 +400,0 @@ return; |
@@ -401,3 +401,3 @@ import { __spreadArray, __assign, __extends } from 'tslib'; | ||
var mountPoint = child._mountPoint; | ||
if (directly || !mountPoint || mountPoint._isUpdate) { | ||
if (directly || !mountPoint || mountPoint._isUpdate !== false /* maybe react update itself */) { | ||
removeChild_1.call(parentElement, child); | ||
@@ -404,0 +404,0 @@ return; |
{ | ||
"name": "intact-react", | ||
"version": "3.0.29", | ||
"version": "3.0.30", | ||
"description": "A compatibility layer for running intact component in React@17", | ||
@@ -32,6 +32,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"intact": "^3.0.29", | ||
"intact-shared": "^3.0.29", | ||
"intact": "^3.0.30", | ||
"intact-shared": "^3.0.30", | ||
"tslib": "^2.3.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1052725
Updatedintact@^3.0.30
Updatedintact-shared@^3.0.30