useKindeBrowserClient endpoint on hook calls
Is useKindeBrowserClient supposed to call/setup endpoint on each hook call? e.g. I'm calling this hook throughout my component tree and it is making 30+ requests to this url just to load the page. I'm assuming it should instantiate the client once and use it throught the application, like tanstack/query does for example?