Skip to content
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

clearNuxtData no included in the generated imports.d.ts file #14983

Closed
then3rdman opened this issue Sep 21, 2022 · 0 comments · Fixed by nuxt/framework#7710
Closed

clearNuxtData no included in the generated imports.d.ts file #14983

then3rdman opened this issue Sep 21, 2022 · 0 comments · Fixed by nuxt/framework#7710

Comments

@then3rdman
Copy link

then3rdman commented Sep 21, 2022

Environment


  • Operating System: Darwin
  • Node Version: v16.17.0
  • Nuxt Version: 3.0.0-rc.11
  • Nitro Version: 0.5.4
  • Package Manager: yarn@1.22.19
  • Builder: vite
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

Reproduction

Not required

Describe the bug

The helper util clearNuxtData is not actually included in the genertaed imports.d.ts file so actually using is difficult (I have actually not been able to find a way to import it that doesn't throw an error).

I THINK fix should be as simple as adding it to the list of exports.

Additional context

No response

Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants