pawajs 1.3.8 → 1.3.9
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -840,7 +840,7 @@ const component = (el, resume = false, attr, notRender, stopResume) => {
|
|
|
840
840
|
getComment(el)
|
|
841
841
|
getEndComment(comment)
|
|
842
842
|
el.removeAttribute(attr.name)
|
|
843
|
-
const numberComponentChildren = notRender.index + children.length -
|
|
843
|
+
const numberComponentChildren = notRender.index + children.length - 2
|
|
844
844
|
notRender.notRender = numberComponentChildren
|
|
845
845
|
resumer.resume_component?.(el, attr, setStateContext, mapsPlugins, formerStateContext, pawaContext, stateWatch, { comment, endComment, name, serialized, id, children })
|
|
846
846
|
}
|