Export types
The types from /dist/runtime/types/ cannot be imported from the package. Can you include them in the types.d.ts?
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 For the time being, the problem is solved by setting this new parameter to false. https://nuxt.com/blog/v3-10#bundler-module-resolution
export default defineNuxtConfig({
future: {
typescriptBundlerResolution: false,
},
// ...
});
Thanks for the temp fix. Hopefully it gets resolved soon
Are you importing the types from #ui/types? https://ui.nuxt.com/getting-started/installation#typescript
@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 https://github.com/nuxt-modules/strapi/pull/403 already. Will make a release today 😊
Thank you ❤️
@BayBreezy It's been released! Let me know if the problem persists 😊