We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6c84a commit c7c7df4Copy full SHA for c7c7df4
src/features/remoteConfig/api/getRemoteConfig.ts
@@ -14,9 +14,6 @@ type UseGetRemoteConfigOptions = {
14
}
15
export const useGetRemoteConfig = ({ config }: UseGetRemoteConfigOptions = {}) => {
16
return useQuery<ExtractFnReturnType<QueryFnType>>({
17
- onError(error) {
18
- console.error('Error fetching remote config', error)
19
- },
20
...config,
21
queryKey: ['remote-config', 'v2'],
22
queryFn: () => getRemoteConfig(),
0 commit comments