Skip to content

Commit

Permalink
docs: Removed unused notifyOnChangeProps prop (#8415)
Browse files Browse the repository at this point in the history
  • Loading branch information
rklomp authored Dec 7, 2024
1 parent bb31c47 commit 7f9f28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7f9f28e

Please sign in to comment.