Yibai Wang
Results
2
issues of
Yibai Wang
when I connect the ws serve first time, there's all okay...and after I closed the connection, When I created a new Instance of require("websocket").client , and connected the serve agin,...
随便写了试了下, Vue 中 可以集成React组件。 但我试了下 React 内部通过 forwardRef 与 useImperativeHandle 暴漏了 外部调用的test()方法。 正常在React 调用子组件 直接 xxxRef.test() 即可 但我在vue中 拿到vue ref, 然后 ref.test() /. ref.reactRef.test(). 以及 ref.reactInstance 都 没找到 test方法并调用成功。。