latest
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
"description": "SolidJS tRPC",
|
||||
"author": "OrJDev",
|
||||
"license": "MIT",
|
||||
"version": "0.0.8-rc.1",
|
||||
"version": "0.0.9-rc.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "next"
|
||||
|
||||
@@ -26,7 +26,8 @@ export function createSolidProxyDecoration<
|
||||
return (hooks as any)[lastArg](path, ...args);
|
||||
}
|
||||
return (hooks as any)[lastArg](
|
||||
() => getQueryKey(path, (args[0] as any)()),
|
||||
() =>
|
||||
getQueryKey(path, typeof args[0] === "function" ? args[0]() : args[0]),
|
||||
args[1]
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user