Describe your issue:
Prior versions allow call self.update() inside .on("mount") event,
Can you reproduce the issue?
var self = this;
this.on("mount", function(){
self.update()
});
this.on("updated", function(){
alert("i should fire.");
});
Post the link using one of our bug report templates:
On which browser/OS does the issue appear?
Which version of Riot does it affect?
3.6.2
How would you tag this issue?
I can confirm this bug, my UI is broken since riot 3.6.2 :(
It looks like an issue that happens with mounted children tags, here's a reproduction (uncomment top scripts to see both riot js versions)
fixed in [email protected] thanks for reporting it
Most helpful comment
fixed in [email protected] thanks for reporting it