Merged in feat/book-325-reconnect (pull request #3152)

feat(BOOK-325): refetch on re-connect

* feat(BOOK-325): refetch on re-connect


Approved-by: Anton Gunnarsson
This commit is contained in:
Linus Flood
2025-11-13 13:01:52 +00:00
parent aca2c1d60c
commit 0830338734

View File

@@ -33,6 +33,7 @@ export default function MyPagesMenuWrapper() {
{
refetchOnWindowFocus: true,
refetchInterval: 300_000,
refetchOnReconnect: "always",
}
)
const { data: membership, isLoading: isLoadingMembership } =