Is it intentional that parent controllers also listens to actions within child controller?

Hey @firewalker06!

I realized I was completely mistaken in my initial response and that Stimulus does support nested scopes that allow controllers to be nested without the type of duplication you’re seeing. This was discussed here. So doubling up on window events (which I’m able to reproduce) seems like a bug. Good catch! Apologies for the earlier, misleading response!