createContext()createContext() function is defined with the FetchCreateContextFnOptionsFetchCreateContextFnOptions parameter signature, how do you fill that information out when using server side api calls, for example via createCallercreateCaller? The example in the docs is inaccurate in that it defines a createContextcreateContext function to require some parameters:<RootLayout /><RootLayout /> is defined, I need to fetch the current user to pass it along to react components. I have a getUser()getUser() procedure for this. Do I use the client side api defined with createTRPCReactcreateTRPCReact to call the procedure? or can I use the server side api created with a createCallercreateCaller since I assume the root layout will be rendered on the server side?Join the Discord to continue the conversation