intact-react
Advanced tools
Comparing version 3.0.31 to 3.0.32
@@ -268,3 +268,3 @@ 'use strict'; | ||
this.isEmptyReactComponent = false; | ||
this.$lastInput = intact.createVNode('div'); | ||
this.$lastInput = intact.createCommentVNode('fake'); | ||
// fakeInput.transition = $vNode.transition; | ||
@@ -300,2 +300,4 @@ // fakeInput.transition = { | ||
this.$lastInput.dom = container; | ||
// enable intact to replace this component | ||
this.$lastInput.type |= 8192 /* InUse */; | ||
this.render(vNode, parentDom, parentComponent); | ||
@@ -302,0 +304,0 @@ }; |
@@ -261,3 +261,3 @@ 'use strict'; | ||
this.isEmptyReactComponent = false; | ||
this.$lastInput = intact.createVNode('div'); | ||
this.$lastInput = intact.createCommentVNode('fake'); | ||
// fakeInput.transition = $vNode.transition; | ||
@@ -293,2 +293,4 @@ // fakeInput.transition = { | ||
this.$lastInput.dom = container; | ||
// enable intact to replace this component | ||
this.$lastInput.type |= 8192 /* InUse */; | ||
this.render(vNode, parentDom, parentComponent); | ||
@@ -295,0 +297,0 @@ }; |
import { __spreadArray, __assign, __extends } from 'tslib'; | ||
import { removeVNodeDom, createVNode, createTextVNode, createComponentVNode, nextTick, isComponentClass, validateProps, inject, provide, setInstance, findDomFromVNode, Component as Component$1, callAll } from 'intact'; | ||
import { removeVNodeDom, createCommentVNode, createTextVNode, createComponentVNode, nextTick, isComponentClass, validateProps, inject, provide, setInstance, findDomFromVNode, Component as Component$1, callAll } from 'intact'; | ||
export * from 'intact'; | ||
@@ -265,3 +265,3 @@ import { version, createElement, createContext, cloneElement, forwardRef, Fragment, createRef } from 'react'; | ||
this.isEmptyReactComponent = false; | ||
this.$lastInput = createVNode('div'); | ||
this.$lastInput = createCommentVNode('fake'); | ||
// fakeInput.transition = $vNode.transition; | ||
@@ -297,2 +297,4 @@ // fakeInput.transition = { | ||
this.$lastInput.dom = container; | ||
// enable intact to replace this component | ||
this.$lastInput.type |= 8192 /* InUse */; | ||
this.render(vNode, parentDom, parentComponent); | ||
@@ -299,0 +301,0 @@ }; |
{ | ||
"name": "intact-react", | ||
"version": "3.0.31", | ||
"version": "3.0.32", | ||
"description": "A compatibility layer for running intact component in React@17", | ||
@@ -32,6 +32,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"intact": "^3.0.31", | ||
"intact-shared": "^3.0.31", | ||
"intact": "^3.0.32", | ||
"intact-shared": "^3.0.32", | ||
"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
1066629
25083
Updatedintact@^3.0.32
Updatedintact-shared@^3.0.32