Nuxt Version:3-3.0.0-27234123.a896c64 Package Manager:Yarn Bundler:Webpack User Config:vite Runtime Modules:- Build Modules:- Describe the bug and expected behavior Using the useFetch method as described in thedocsresults in the error statingReferenceError: getCurrentInstance is not defined ...
The chainCallbacks function does not work well with async beforeFetch functions. While it does execute them with an await, chainCallbacks itself never returns a promise and as such is not awaited before the actual fetch happens. This bug cost me quite a while to find, unfortunately, and resul...