Will server components be refeteched on mutation?

If I have a page using the server trpc and then a client component that updates the list, will the server trpc call be refreshed?
2 Replies
Circus
Circus2mo ago
From experience...no. There are other posts like this one positing the same thing hoping to hear of some solution. Having to turn those dependent components into client components because of TRPC is a task I'm hoping not to do as well https://discord.com/channels/966627436387266600/1226108661710196807
v-for-v
v-for-v2mo ago
Oof