You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
This project is on tRPC 10, but not the newest version thereof.
Update query key generation to match how the newest version of tRPC works so that server state dehydration and client hydration of that state continue to match.
If we only update the tRPC packages, and don't update the @trpc/next-layout client's query keys to match, the server and client query keys will not match and the client will ignore the react-query cache state provided by the server.
The text was updated successfully, but these errors were encountered:
This project is on tRPC 10, but not the newest version thereof.
Update query key generation to match how the newest version of tRPC works so that server state dehydration and client hydration of that state continue to match.
If we only update the tRPC packages, and don't update the @trpc/next-layout client's query keys to match, the server and client query keys will not match and the client will ignore the react-query cache state provided by the server.
The text was updated successfully, but these errors were encountered: