Cylonik (Tom)
Explore posts from serversAdding trpc.useQuery hook to Next.js page with react-hook-form prevents stateful refresh.
Hi, I'm new to tRPC so apologies if I've worded this poorly. I've got a page with a form managed by react-hook-query and Yup and SWR. I'm trying to migrate over to tRPC and Zod so I've been following the examples. I noticed that stateful refresh was no longer working once I'd added tRPC to the page - form details are no longer retained when making code changes. I found that by removing the following line it started working again.
const hello = trpc.hello.useQuery({text: 'client'});
Why would this be happening and is there a workaround?
I'm using Next 13.5 with Pages and tRPC 11-next-beta.300.
Many thanks, Tom
2 replies
NNovu
•Created by Cylonik (Tom) on 1/30/2024 in #💬│support
Can you make most recent message pop up so it's visible to the user briefly?
Hi, I'm new to Novu and just added the built in notification inbox. I'm just wondering if it's possible to get it so that certain key messages can popup briefly so the user sees the message without having to go into the notification inbox?
22 replies