pawajs 2.3.0 → 2.3.1
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/normal/component.js +2 -2
- package/package.json +1 -1
package/normal/component.js
CHANGED
|
@@ -57,7 +57,7 @@ function restorePawaStateFromContext(oldCtx, newCtx,stateContext,oldStateContext
|
|
|
57
57
|
newVal.value = oldVal.value
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
stateContext.
|
|
60
|
+
stateContext._hmrinitial = freshInitials
|
|
61
61
|
}
|
|
62
62
|
export const normal_component=(el,stateContext,setStateContext,mapsPlugin,formerStateContext,pawaContext,stateWatch,hmrPreserverContext,hmrOldStateContext)=>{
|
|
63
63
|
// Checks if the content is an SVG fragment (graphic elements) without a root <svg> tag.
|
|
@@ -338,7 +338,7 @@ export const normal_component=(el,stateContext,setStateContext,mapsPlugin,former
|
|
|
338
338
|
throw Error(error)
|
|
339
339
|
})
|
|
340
340
|
|
|
341
|
-
|
|
341
|
+
snapShotInsert(component._insert)
|
|
342
342
|
render(child, context)
|
|
343
343
|
}
|
|
344
344
|
}
|
package/package.json
CHANGED