-
### Description
Right now, the only way to configure the client is by imperatively modifying the config somewhere:
```js
import { client } from 'client/services.gen';
client.setConfig({
bas…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Versions
```
"prisma": "^5.20.0",
"pris…
-
### Provide environment information
```System:
OS: macOS 13.5.2
CPU: (8) arm64 Apple M2
Memory: 163.22 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.6.1 - ~/.nv…
-
One of the breaking changes involves transformers, the error manifests itself on client side as:
> Uncaught TypeError: Cannot read properties of undefined (reading 'serialize')
With this line be…
-
### Describe the feature you'd like to request
Hi there!
It would be great to have a `LocalLink` that allows me to do:
This would directly run the router in the same process as the client instead…
-
### Describe the feature you'd like to request
As per [this discussion](https://github.com/trpc/trpc/discussions/4010), I found it confusing to integrate tRPC into NextJS SSG, when not adhering to th…
-
### Website
https://trpc.io/
### Documentation
https://icflorescu.github.io/trpc-sveltekit/getting-started
### Integration summary
1 Install the trpc-sveltekit package and its dependencies with:
…
bato3 updated
3 months ago
-
## Describe the feature you'd like to request
We should make official support for Next 13 app layouts & RSC.
## Describe the solution you'd like to see
Being able to transparently use tRP…
-
Hey @jmeistrich!
I have a particular issue with the waitFor with syncedCrud.
If I have a waitFor condition x to be true before sync is activated on an observable and I create a couple of todos …
-
### Describe the feature you'd like to request
I would love the ability to define invalidations in my query/mutation definitions, so that queries can be automatically invalidated without having to ca…