My current situation involves using Marionette in the following way:
- I have three distinct regions set up
- A CompositeView is being displayed in one of the regions
- The collection within the Composite View has automatically added three different events: add, remove, and reset
- I then proceed to change the view being rendered in the region
- After this change, the events (add, remove, and reset) are no longer present in the Composite View's collection
Why did this happen?