We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27646d1 commit d2b9518Copy full SHA for d2b9518
packages/client/src/agent/client.ts
@@ -89,7 +89,8 @@ export class Client<Q = Queries, P = Procedures> {
89
},
90
} as unknown as RPCOptions<P[keyof P]>,
91
);
92
- return response.data;
+
93
+ return response.data as StrongRef;
94
}
95
96
/**
@@ -120,7 +121,7 @@ export class Client<Q = Queries, P = Procedures> {
120
121
122
123
124
125
126
127
0 commit comments