Sharing a cache across <iframe>s
Is this possible if I export a provider and import it into multiple "apps"? I see in https://tanstack.com/query/v4/docs/react/reference/QueryClientProvider that
contextSharing is deprecated but wasn't sure if it's just something that just works automatically now or didn't work well before and won't work? Thanks in advance!