Upgrading from tRPC v9 and NextJS v12. Should I upgrade NextJS first or tRPC?
I have an app built from the tRPC + NextJS + Prisma starter, and I'd like to upgrade from tRPC v9 and NextJS v12 to the respective latest versions. Does it make any different whether I upgrade Next or tRPC first?
2 Replies
Solution
it shouldn't matter
Thank you 🙂