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 ...
Inside a function, the return type of a data fetch for a parameterized api route isunknownif the parameter is an argument of the function, but the type is recognized if the parameter is defined inside the function. Additional context Nuxt 3.15.4 running with future compatibility version 4 pack...
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...