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
@robojs/trpc currently handles the route and proxies the creation of the t instance. While this is great and all, we've yet to abstract the .context function that comes with initTRPC before create.
We should mimic that and make it chainable to maintain API compatibility with initTRPC. The existing context should be merged with the user-provided context.
The text was updated successfully, but these errors were encountered:
Points: 3
@robojs/trpc
currently handles the route and proxies the creation of thet
instance. While this is great and all, we've yet to abstract the.context
function that comes withinitTRPC
beforecreate
.https://trpc.io/docs/server/context
We should mimic that and make it chainable to maintain API compatibility with
initTRPC
. The existing context should be merged with the user-provided context.The text was updated successfully, but these errors were encountered: