stpnov

Results 3 comments of stpnov

Everything works fine with dynamic port

it's much needed, we're waiting

I offer my solution based on the suggestion above: ```TypeScript import {defineComponent, DefineComponent, h, ShallowRef, shallowRef, Teleport, VNode} from 'vue' type PortalKey = PropertyKey const portals: Map = new Map()...