I tried this code:
const instance = getCurrentInstance()
let vNode = h(Component)
vNode.appContext = instance.appContext
render(vNode, popupWindows.value)
But injection in this code not works… How can I programaticaly create components with working inject?