pawajs-continue 1.0.6 → 1.0.8

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 +1 -2
  2. package/package.json +1 -1
package/component.js CHANGED
@@ -203,10 +203,9 @@ const oldState=getCurrentContext()
203
203
  })
204
204
  const number={notRender:null,index:null}
205
205
  children.forEach((value, index) => {
206
+ number.index=isIndex
206
207
  isIndex++
207
208
  if(value.hasAttribute(attr.name)) value.removeAttribute(attr.name);
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.8",
4
4
  "description": "Pawajs continuity initializer library for ssr",
5
5
  "main": "index.js",
6
6
  "scripts": {