We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2ff74 commit f58892bCopy full SHA for f58892b
src/features/remoteConfig/api/getRemoteConfig.ts
@@ -19,7 +19,7 @@ export const useGetRemoteConfig = ({ config }: UseGetRemoteConfigOptions = {}) =
19
useRemoteConfigStore.getState().setRemoteConfig(remoteConfig)
20
},
21
...config,
22
- queryKey: ['remote-config'],
+ queryKey: ['remote-config', 'v2'],
23
queryFn: () => getRemoteConfig(),
24
})
25
}
0 commit comments