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 has been archived by the owner on Nov 19, 2024. It is now read-only.
Hi I am having some issue getting query params to come through in a Nuxt project.
Steps to reproduce:
gh repo clone jlalmes/trpc-openapi
cd trpc-openapi/examples/with-nuxtjs
pnpm add jsonwebtoken trpc-openapi uuid zod @types/jsonwebtoken @types/uuid
pnpm i
.optional()
from the/posts
route inputpnpm dev
/posts
route withuserId
query paramWhat I found:
input
is hereurl
field using thepathname
here, which does not include the?param=value
part of the urlThe text was updated successfully, but these errors were encountered: