vite-pwa / nuxt

Zero-config PWA Plugin for Nuxt 3
https://vite-pwa-org.netlify.app/frameworks/nuxt
MIT License
454 stars 22 forks source link

Nuxt Plugin "provide" is not typed automatically since v3.13.0 #155

Closed Bombastickj closed 3 months ago

Bombastickj commented 3 months ago

Issue Summary

Hello, I've been experiencing issues with the automatically typed plugins in Nuxt 3. Despite my efforts to resolve them (and lots of help from @danielroe ), the problem persists in my project.

Detailed Description

I've encountered a problem related to the automatically typed plugins. You can see a related discussion here: [GitHub Issue #28693.] Initially, I anticipated that everything would work smoothly in my project, but unfortunately, that has not been the case.

Troubleshooting Steps

After additional troubleshooting, I discovered that this specific module is causing the issue. I have prepared a minimal reproduction of the problem for further investigation. Please note the following:

Hope this helps!

Reproduction (https://stackblitz.com/edit/github-xwuwfy-vfhcxr?file=nuxt.config.ts)

Environment:

Nuxt project info: 19:51:31


userquin commented 3 months ago

@Bombastickj released v0.10.1

Bombastickj commented 3 months ago

Awesome, my project is finally running with 0 errors! Thank you very much @userquin & @danielroe