-
Notifications
You must be signed in to change notification settings - Fork 81
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
Export types #390
Comments
Just encountered the same problem :) |
Same here 👀 |
I think the problem comes from the latest version of Nuxt (3.10.1), because I also have the same problem with i18n types. |
@danielroe export default defineNuxtConfig({
future: {
typescriptBundlerResolution: false,
},
// ...
}); |
Thanks for the temp fix. Hopefully it gets resolved soon |
Are you importing the types from |
@benjamincanac , I think you have the repos mixed up? This is the strapi repo |
I did indeed get things mixed up, sorry about about that! This should have been fixed by #403 already. Will make a release today 😊 |
Thank you ❤️ |
@BayBreezy It's been released! Let me know if the problem persists 😊 |
The types from /dist/runtime/types/ cannot be imported from the package.
Can you include them in the types.d.ts?
The text was updated successfully, but these errors were encountered: