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
I encountered an issue with the trpc Go-To Definition links not functioning properly after running a fresh build in a newly bootstrapped project. This problem seems to occur after the types are generated in the dist/ folder of the API package.
Expected Behavior:
The Go-To Definition links for trpc should work correctly, allowing navigation to type definitions.
Actual Behavior:
The Go-To Definition links for trpc do not work after running a fresh build.
Assumption:
The issue appears to be related to the type generation process in the dist/ folder of the API package.
Link to reproduction
N/A
To reproduce
Bootstrap a new project (tested on the latest version).
Run pnpm run build
Attempt to use the Go-To Definition feature for trpc.
Additional information
If you remove the dist/ folder in the API package this resolved the issue.
The text was updated successfully, but these errors were encountered:
Provide environment information
Describe the bug
Description:
I encountered an issue with the trpc Go-To Definition links not functioning properly after running a fresh build in a newly bootstrapped project. This problem seems to occur after the types are generated in the
dist/
folder of the API package.Expected Behavior:
The Go-To Definition links for
trpc
should work correctly, allowing navigation to type definitions.Actual Behavior:
The Go-To Definition links for
trpc
do not work after running a fresh build.Assumption:
The issue appears to be related to the type generation process in the
dist/
folder of the API package.Link to reproduction
N/A
To reproduce
pnpm run build
trpc
.Additional information
If you remove the
dist/
folder in the API package this resolved the issue.The text was updated successfully, but these errors were encountered: