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
useStrapi
v5
The useStrapi composable is missing when version is set to v5
version
@nuxtjs/strapi: @nuxtjs/strapi-edge 2.0.0-28910259.a188135 nuxt: 3.15.1
https://github.com/kasperjha/v5-import-issue
app.vue
Cannot find name 'useStrapi'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
useStrapi
composable is missing whenversion
is set tov5
Version
@nuxtjs/strapi: @nuxtjs/strapi-edge 2.0.0-28910259.a188135
nuxt: 3.15.1
Reproduction Link
https://github.com/kasperjha/v5-import-issue
Steps to reproduce
What is Expected?
useStrapi
composable is auto imported and is ready to be used inapp.vue
What is actually happening?
useStrapi
is not auto imported (Cannot find name 'useStrapi'.
)useStrapi
composable is v4 version when version is not specifiedThe text was updated successfully, but these errors were encountered: