Now that tRPC 11 has been released, I tried upgrading but this library doesn't appear to currently support tRPC 11.
xtRPC still runs successfully after upgrading to tRPC 11, but each occurrence of import("@trpc/server") seems to now get replaced with import("@trpc/server/unstable-core-do-not-import"), and more importantly, the tRPC client created using the type generated by xtRPC as the generic argument (like before) now appears to be of an unusable type:


Now that tRPC 11 has been released, I tried upgrading but this library doesn't appear to currently support tRPC 11.
xtRPC still runs successfully after upgrading to tRPC 11, but each occurrence of
import("@trpc/server")seems to now get replaced withimport("@trpc/server/unstable-core-do-not-import"), and more importantly, the tRPC client created using the type generated by xtRPC as the generic argument (like before) now appears to be of an unusable type: