ripple 0.2.71 → 0.2.73

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.71",
6
+ "version": "0.2.73",
7
7
  "type": "module",
8
8
  "module": "src/runtime/index.js",
9
9
  "main": "src/runtime/index.js",
@@ -272,7 +272,7 @@ function reconcile(anchor, block, b, render_fn, is_controlled, is_indexed) {
272
272
 
273
273
  if (fast_path_removal) {
274
274
  reconcile_fast_clear(anchor, block, []);
275
- reconcile(anchor, block, b, render_fn, is_controlled);
275
+ reconcile(anchor, block, b, render_fn, is_controlled, is_indexed);
276
276
  return;
277
277
  } else if (moved) {
278
278
  var next_pos = 0;