Closed hayley-jean closed 2 years ago
Reproduction Steps :
fromStream('$users') .when({ $init: function(){ return { count: 0 }; }, $any: function(s,e){ s.count += 1; } }).outputState();
Can no longer reproduce in 21.10.2
Reproduction Steps :