Alex / KATT
Alex / KATT
Sounds like a bug. On holidays for two weeks now, so if you want it fixed before that, submit a PR and I'll prob be able to review/merge/release. I personally...
Guidance 1. Fork trpc 2. Add failing test / showcase it doesn't work as expected in the next-starter-prisma example 3. Submit fix + regression test I'll add you as a...
Can't reproduce. See 5b43446 and screenshots attached. Feel free to re-open with reproduction example.
I used an existing example to quickly assess if what you reported was a bug or not since you didn't supply a reproduction example. Curious - what did you end...
And what made you not use it?
Thanks for the elaborate answer, @akomm! ❤️ I very much agree with your approach 🙏
@etienne-dldc see if you can produce a reproduction using the next-prisma-starter example and open an issue!
@etienne-dldc do you think there's anything that can be done inside of tRPC to counter it then? Personally I never need to use `getServerSideProps` as I just expose whatever I...
> @akomm @KATT The server call to `getServerSideProps` does not slow down the page it only change the order in which event happen. Instead of `PageChange -> Load Data` you...
This issue seems valid after all. Sorry for initially closing it. It's for the same as urql can't do it, see here - https://github.com/FormidableLabs/urql/discussions/1091. I'm doing some exploratory stuff to...