Created
August 5, 2025 07:58
-
-
Save lassiter/a0feff801eeee1640f043dbcdb1e3c9e to your computer and use it in GitHub Desktop.
tRPC Tanstack React Query Issue - Complete Minimal Reproduction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "trpc-tanstack-issue-repro", | |
"private": true, | |
"workspaces": [ | |
"packages/*", | |
"apps/*" | |
], | |
"scripts": { | |
"build": "turbo build", | |
"dev": "turbo dev", | |
"check": "turbo check" | |
}, | |
"devDependencies": { | |
"turbo": "latest", | |
"typescript": "^5.7.3" | |
}, | |
"packageManager": "[email protected]" | |
} | |
EOF < /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment