qlbp

Results 1 issues of qlbp

Hi there, is there a way to pass props to the remote component, for instance: ``` //in host/src/Host.jsx function Host(){ const world = "world!"; return ; } export default Host;...