You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2023. It is now read-only.
Issues that I have on a day-to-day basis but are too small to put into a single patch/issue but I'm noting them so you know about the active issues.
Breaking issue:
not using nuxi/nuxt-kit by default
not using nuxi to start the dev server and having nuxt-kit installed will cause the app to hang. Also, the nuxt version have to be at least 11 from what I saw.
compilerOptions.target
The target option in the tsxonfig.json is set to es5 by default, I have had issues on both the test apps I've used to test dev7, so I recommend setting it to es2020, that always works for me where as es5 does not.
I currently do not have an integration with trpc and nuxt auth, but adding a default one is something I will try to get done
no type checking across client and server
Currently if you do not have the volar extension with VSCode then it will not typecheck and it will throw errors on working functions like useCookie() or useClient()