lib/preact.rb in isomorfeus-preact-10.6.29 vs lib/preact.rb in isomorfeus-preact-10.6.30
- old
+ new
@@ -78,9 +78,11 @@
else { operain(component, args[0], last_arg, null); }
} else { operain(component, args[0], null, block); }
} else { operain(component, null, null, block); }
};
+ self.using_did_catch = false;
+
self.active_components = [];
self.active_component = function() {
let length = self.active_components.length;
if (length === 0) { return null; };