pawajs-continue 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/component.js +0 -1
  2. package/package.json +1 -1
package/component.js CHANGED
@@ -206,7 +206,6 @@ const oldState=getCurrentContext()
206
206
  isIndex++
207
207
  if(value.hasAttribute(attr.name)) value.removeAttribute(attr.name);
208
208
  number.index=isIndex
209
- componentChildren.push(value)
210
209
  if (number.notRender !== null && isIndex <= number.notRender){
211
210
  return
212
211
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawajs-continue",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Pawajs continuity initializer library for ssr",
5
5
  "main": "index.js",
6
6
  "scripts": {