From c7d2bd15486e17ef588bbc9c11d8d77d4565303d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Klomp?= Date: Sat, 7 Dec 2024 20:10:03 +0100 Subject: [PATCH] Removed unused notifyOnChangeProps prop --- docs/framework/react/react-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/react-native.md b/docs/framework/react/react-native.md index cdae24cde7..f757015198 100644 --- a/docs/framework/react/react-native.md +++ b/docs/framework/react/react-native.md @@ -165,7 +165,7 @@ Enabled can also be set to a callback to support disabling queries on out of foc import React from 'react' import { useFocusEffect } from '@react-navigation/native' -export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) { +export function useQueryFocusAware() { const focusedRef = React.useRef(true) useFocusEffect(