I can't post an update right this minute, but you can fix this manually. Just open the behaviour's runtime.js file and replace:
var all = this.behavior.my_instances.values();
with
var all = this.behavior.my_instances.valuesRef();
I'll update as soon as I can.