Open
Description
Hi there, it seems that when unmounting a tag in Riot (and after the unmount event has been triggered by Riot), RiotControl still executes event handlers for stores events within that tag:
This means, if you have something like this in a tag
RiotControl.on("some_event", function(data) {
//do something here
}
… the function will still get triggered even after unmounting the tag.
Metadata
Metadata
Assignees
Labels
No labels