new render condition: another component is rendered

It would be nice to be able to set a component to render based on whether another component is rendered. A picklist of the unique ids of compomenents on the page by component type would be nice here.

Tried this with a ‘snippet returns true’ rendering snippet like this:

return !skuid.$C('MyComponent').isRendered;


But this fails to render the component. Probably has something to do with the order of things happening when the page is being built in runtime.