ripple 0.2.101 → 0.2.102

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ripple is an elegant TypeScript UI framework",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.2.101",
6
+ "version": "0.2.102",
7
7
  "type": "module",
8
8
  "module": "src/runtime/index-client.js",
9
9
  "main": "src/runtime/index-client.js",
@@ -267,6 +267,8 @@ function reconcile_by_key(anchor, block, b, render_fn, is_controlled, is_indexed
267
267
  }
268
268
  a_val = a[j];
269
269
  b_val = b[j];
270
+ a_key = a_keys[j];
271
+ b_key = b_keys[j];
270
272
  }
271
273
 
272
274
  a_val = a[a_end];