Trying to isolate some memory leaks and ran into some issues with ember_meta.chainWatchers.
Using Ember 2.0.0.
Before I dig too much deeper is it normal to have duplicate watchers for the same key? For example, here is one particular object which has the same watcher seven times:
This seems to happen mostly (if not always) if the observer and observee are the same. In the example above, the ChainWatchers.obj object is the same as each of the 7 instances.
Any insight is appreciated.
Thanks.