Multiple view instances are happening in my application when I change layouts. I think it's possibly because they use the same el
but I'm not sure. How would I go about clearing out views before setting up new ones? Or should I create wrapper el
element for each one and clear them from the dom instead?
Thanks!