Open busybox11 opened 3 months ago
Thanks for reporting. We need someone to help this. cc @sachinraja
Bit of investigation
Some imports deprecated and some removed.
createTRPCProxyClient becoming createTRPCClient is simply a rename
Lots of exports renamed for some reason? The migration changelog mentions general work to generics and simplification of types
I've got createTRPCJotai.ts
ported and compiling and will open a draft PR.
When using this lib with tRPC v11, the returned
get
callback insideatomWithQuery
hasany
type definition, instead of the expected one. Can't reproduce in the example repo.