Skip to content

Commit 7f9f28e

Browse files
authored
docs: Removed unused notifyOnChangeProps prop (#8415)
1 parent bb31c47 commit 7f9f28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/react-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Enabled can also be set to a callback to support disabling queries on out of foc
165165
import React from 'react'
166166
import { useFocusEffect } from '@react-navigation/native'
167167

168-
export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) {
168+
export function useQueryFocusAware() {
169169
const focusedRef = React.useRef(true)
170170

171171
useFocusEffect(

0 commit comments

Comments
 (0)