-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[BUG]: Error when importing react component with octokit dependency #2447
Comments
Duplicate of octokit/auth-app.js#474 |
@wolfy1339 still not working, how to fix? |
Can you share the versions for All Octokit modules installed? The ones listed in your lock file |
https://github.com/rwxmad/react-github-contribution-graph/blob/main/package-lock.json Installed via npm i octokit |
I believe in this case, it would be octokit/request.js#584 that is now blocking you |
Thank you for your help, I'll be waiting then |
What happened?
I have a react+typescript component that has an octokit dependency.
Project structure:
I use tsc to build everything from src to the lib folder, and in the example folder I created a project using create-react-app, where I import the component from lib/index.js, which was compiled with tsc. But when I run the application in the folder example produces an error:
How to fix that error?
Versions
Octokit v2.0.14
NodeJs v19.8.1
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: