mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
added useEntity and useEntityQuery hooks
This commit is contained in:
@@ -80,8 +80,6 @@ export const useClient = () => {
|
||||
if (!context) {
|
||||
throw new Error("useClient must be used within a ClientProvider");
|
||||
}
|
||||
|
||||
console.log("useClient", context.baseUrl);
|
||||
return context.client;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user