We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the switch to ESM in @octokit/core, you can't import from the @octokit/{packageName}/dist-types path anymore.
@octokit/core
@octokit/{packageName}/dist-types
Since TypeScript can't resolve the import, the type for Octokit is any
any
The text was updated successfully, but these errors were encountered:
Should get fixed once octokit/core.js#673 has been landed and this repo upgrades
Sorry, something went wrong.
fix: upgrade @octokit/core
748d9f2
Fixes octoherd#81
🎉 This issue has been resolved in version 5.0.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Since the switch to ESM in
@octokit/core
, you can't import from the@octokit/{packageName}/dist-types
path anymore.Since TypeScript can't resolve the import, the type for Octokit is
any
The text was updated successfully, but these errors were encountered: