-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import Video from 'next-video'
not working properly in a monorepo setup
#97
Comments
Having the same issues here.. |
I'm having the same issue, but I'm not in a monorepo! |
Fixed changing my |
I'm not sure this is related to monorepo's. Can you confirm |
The same issue for me, but this breaks another package import.
|
One more for this issue 🥲 Not a mono repo, declaration files created as specified in the docs, next-video included in the dependencies, functionality works fine when running development server, just the type not being found |
Here is the error I am getting; 'Type error: Cannot find module 'next-video' or its corresponding type declarations.'
I am able to run the project locally and watch the video in my browser but the project still throws errors over this and I am not able to perform a production build of the application.
The text was updated successfully, but these errors were encountered: