experimental_createTRPCNextAppDirServerexperimental_createTRPCNextAppDirServer server to reuse my router with Next.js Server Components.const workspace = await api.workspaces.getWorkspaceById.query({ id: params.workspaceId })const workspace = await api.workspaces.getWorkspaceById.query({ id: params.workspaceId }) do I need to wrap it in try/catchtry/catch block to handle the possible TRPCErrors that my router would throw if it was called from the client?Join the Discord to continue the conversation