Skip to content
This repository was archived by the owner on May 21, 2023. It is now read-only.
This repository was archived by the owner on May 21, 2023. It is now read-only.

General Issues V1 #1

@juls0730

Description

@juls0730

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.

  • Default nuxt auth + trpc integration #2

  • 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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions