9724247ad8
In View Engine, we used to generate empty QueryLists for content queries on root components (though we did not actually support populating these lists). We need to keep this behavior in Ivy for backwards compatibility. Otherwise, components that are sometimes used as root will fail if they are relying on content query results to always be defined. PR Close #29514