Skip to content

Instantly share code, notes, and snippets.

@lassiter
Created August 5, 2025 07:58
Show Gist options
  • Save lassiter/a0feff801eeee1640f043dbcdb1e3c9e to your computer and use it in GitHub Desktop.
Save lassiter/a0feff801eeee1640f043dbcdb1e3c9e to your computer and use it in GitHub Desktop.
tRPC Tanstack React Query Issue - Complete Minimal Reproduction
{
"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