tachyon-ops / react_vue_ts

Vuera TS lib
19 stars 1 forks source link

Type 'RefObject<HTMLInputElement>' is not assignable to type '(VNodeRef & Ref<HTMLInputElement>) | undefined'. #7

Open topninja opened 10 months ago

topninja commented 10 months ago

I use Vue component in react and Ref variable shows this error, but this works without react_vue_ts library. Came up with vue install.

tachyon-ops commented 7 months ago

I see. If you provide me a simple example I can test it really quick.