Muhammad Isa
BABetter Auth
•Created by Muhammad Isa on 2/5/2025 in #help
Pending state is not changing even after the data is available.
const { data, isPending } = authClient.useListOrganizations.get();
data is not being available until I soft refresh the page (Next.js) and the isPending is not returning false even after the data is fetched. Is this a bug or is it something wrong with my implementation?
18 replies