Replies: 3 comments 2 replies
-
I had the same issue: ref is missing. See my component to get more info: `import React, { useRef } from 'react' const Terminal = () => { const vncScreenRef = useRef(VncScreen) return ( Terminal
) export default Terminal |
Beta Was this translation helpful? Give feedback.
-
Hey, so the error in your code snippet was that |
Beta Was this translation helpful? Give feedback.
-
Im'm using react 18, but the issue is with react-scripts 5 for sure. I'd
just downgraded to react-scripts 4 and it works like a charm.
El jue., 28 jul. 2022 11:43, Rohan Mukherjee ***@***.***>
escribió:
… Hey @k2465 <https://github.com/k2465> @draentropia
<https://github.com/draentropia>
Could you tell me which React version you're using? Maybe there is an
issue with React 18, they made a bunch of breaking changes. I haven't
tried running it with React 18 myself. Try running it on React 17, it
should work as intended.
—
Reply to this email directly, view it on GitHub
<#35 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD2TUO222MKURQZAM45P7UDVWJI3XANCNFSM5WIDSD6A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello! First of all thank you so much for this useful integration library for React :)
I'm having a little issue embedding this in my project.
What I did is just
npm install react-vnc
and then pasted the code in the READMEBut I'm getting this:
I did a lot of tests with the package.json file, I did build the library and tried to embed it, plus a lot of other tests but I didn't get any result.
I'm sure I'm missing something stupid but I'm pretty much lost with no other solutions :(
Thank you for your time
Beta Was this translation helpful? Give feedback.
All reactions