alex-cory/react-useportal

Need a interface to set bindTo dynamically

liuyisnake opened this issue · 1 comments

bindTo only could set the element which already rendered in the dom
and while we first call the usePortal, the dom element which i wanted to binding to may not rendered in the dom
so may need a interface to set bindTo element dynamcally

i found it lol