Replies: 2 comments 1 reply
-
Why is the Could you show me the dependencies section in your |
Beta Was this translation helpful? Give feedback.
0 replies
-
i use pnpm package manager instead of npm so i used |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an issue with importing the react-vnc package inside my project. I'm using Next JS 13 and typescript in my project. When I'm importing using the way mentioned in the readme it's showing this error
Could not find a declaration file for module 'react-vnc'
{app/node
modules/ pnpm/[email protected]_react
[email protected] [email protected] [email protected]/node modules/react-vnc/dist/index.es.js' implicitly has an 'any' type.
I went through the packages folder and found the types folder inside the dist folder but my project is returning this error.
Can someone suggest what I should do to fix this.
Beta Was this translation helpful? Give feedback.
All reactions