Since implementing some itemRenderers, I've been getting warnings, in Debug mode, that read like this:
warning: unable to bind to property 'display' on class 'Object' (class is not an IEventDispatcher) >From what I've been able to find on the www, is that this is related to setting RemoteObject results to an array, like this: myAC.source = event.result as Array; Question is, how to I do this correctly to prevent all those warnings?

