Skip to content

Commit 2443971

Browse files
committed
changed dependencies
1 parent 2353a84 commit 2443971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-gesture-handler/src/v3/HostGestureDetector.web.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const HostGestureDetector = (props: GestureHandlerDetectorProps) => {
5050

5151
useEffect(() => {
5252
attachHandlers(new Set(handlerTags));
53-
}, [attachHandlers]);
53+
}, [handlerTags]);
5454

5555
useEffect(() => {
5656
return () => {

0 commit comments

Comments
 (0)