From ba541892ffd9c5e19fe267a69e826ed26140e37c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:01:06 +0000 Subject: [PATCH] ci: apply automated fixes --- docs/framework/react/react-native.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/framework/react/react-native.md b/docs/framework/react/react-native.md index aa0e653c37..a7ca5d18ca 100644 --- a/docs/framework/react/react-native.md +++ b/docs/framework/react/react-native.md @@ -166,7 +166,6 @@ export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) { ) return () => focusedRef.current - } ```