-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CDN Bug #298
Comments
I'm also experiencing this and in the process of debugging it. Edit: I've rolled back on my project and still experiencing the issue |
If such condition occurs frequently then I will have to switch the product. This one is a major bug, preventing the app to work as intended ! |
|
🎉 This issue has been resolved in version 19.0.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry folks, this one's one me. We are switching build systems and we have to explicitly mark every import of types, and re-exports. I must have missed this one. |
No worries buddy : ) |
is there a way we could verify that we do that correctly as part of our CI? |
I don't know of a way to do so currently. Doing a dry-run of the build process can point some of them out because they won't exist in JS code, since they are only TS types |
Everything was working fine recently but today's morning all of a sudden , The project am working on stopped working !
Am receiving the following error in the console :-
Uncaught SyntaxError: The requested module '/-/@octokit/plugin-rest-endpoint-methods@v7.1.2-oh7as98dHhwO9RAmSS7b/dist=es2019,mode=imports/optimized/@octokit/plugin-rest-endpoint-methods.js' does not provide an export named 'RestEndpointMethodTypes'
Can you guide me what should I do to fix this problem.
The text was updated successfully, but these errors were encountered: